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 0d6da6c commit 892cea7Copy full SHA for 892cea7
lua/options.lua
@@ -58,3 +58,7 @@ vim.opt.cursorline = true
58
59
-- Minimal number of screen lines to keep above and below the cursor.
60
vim.opt.scrolloff = 10
61
+
62
+-- Change the tabspacing
63
+vim.opt.tabstop = 4
64
+vim.opt.shiftwidth = 4
0 commit comments