We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8005e14 commit 668240cCopy full SHA for 668240c
init.lua
@@ -163,8 +163,11 @@ vim.o.scrolloff = 10
163
164
-- Tab width
165
vim.o.tabstop = 4
166
-vim.o.shiftwidth = 4
167
vim.o.softtabstop = 4
+vim.o.shiftwidth = 0
168
+vim.o.expandtab = true
169
+vim.o.smartindent = true
170
+vim.o.autoindent = true
171
172
-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
173
-- instead raise a dialog asking if you wish to save the current file(s)
0 commit comments