diff options
Diffstat (limited to 'lua/settings/options.lua')
-rw-r--r-- | lua/settings/options.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/settings/options.lua b/lua/settings/options.lua index 5535c12..0db6b43 100644 --- a/lua/settings/options.lua +++ b/lua/settings/options.lua @@ -24,8 +24,8 @@ local options = { updatetime = 300, -- faster completion (4000ms default) writebackup = false, -- if a file is being edited by another program (or was written to file while editing with another program), it is not allowed to be edited expandtab = true, -- convert tabs to spaces - shiftwidth = 4, -- the number of spaces inserted for each indentation - tabstop = 4, -- insert 2 spaces for a tab + shiftwidth = 2, -- the number of spaces inserted for each indentation + tabstop = 2, -- insert 2 spaces for a tab cursorline = true, -- highlight the current line number = true, -- set numbered lines relativenumber = true, -- set relative numbered lines |