diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-25 01:49:02 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-25 01:49:02 +0100 |
| commit | e37e216a65a8b0df58dce366f50a4d8b896cde0b (patch) | |
| tree | 258e141859e8b88276fc3553d307cc41f69e6550 /lua/user/options.lua | |
| parent | 336b2de4b36ad9eafdef6c5e882bc08a66d7c959 (diff) | |
few small fixes
Diffstat (limited to 'lua/user/options.lua')
| -rw-r--r-- | lua/user/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua index 5a0433c..03b5c04 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -23,7 +23,7 @@ local options = { 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 = false, -- convert tabs to spaces shiftwidth = 8, -- the number of spaces inserted for each indentation - tabstop = 8, -- insert 4 spaces for a tab + tabstop = 8, -- insert 8 spaces for a tab preserveindent = true, softtabstop = 0, cursorline = true, -- highlight the current line |
