Skip to content

Commit 38b3fd5

Browse files
committed
improve autoindent comment
1 parent 8e50926 commit 38b3fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ end)
2626
-- Enable break indent
2727
vim.o.breakindent = true
2828

29-
-- Enable auto indent
29+
-- Enable auto indent - copy indentation level from previous non-empty line
3030
vim.o.autoindent = true
3131

3232
-- Save undo history

0 commit comments

Comments
 (0)