We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e50926 commit 38b3fd5Copy full SHA for 38b3fd5
1 file changed
lua/options.lua
@@ -26,7 +26,7 @@ end)
26
-- Enable break indent
27
vim.o.breakindent = true
28
29
--- Enable auto indent
+-- Enable auto indent - copy indentation level from previous non-empty line
30
vim.o.autoindent = true
31
32
-- Save undo history
0 commit comments