We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce56724 commit d5dc64eCopy full SHA for d5dc64e
1 file changed
lua/options.lua
@@ -88,4 +88,10 @@ vim.o.confirm = true
88
-- Set nowrap
89
vim.o.wrap = false
90
91
+-- Set tabs to 2 spaces
92
+vim.o.tabstop = 2
93
+vim.o.shiftwidth = 2
94
+vim.o.expandtab = true
95
+vim.o.smartindent = true
96
+
97
-- vim: ts=2 sts=2 sw=2 et
0 commit comments