aboutsummaryrefslogtreecommitdiff
path: root/lua/user/options.lua
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksa@vuckovic.cc>2023-02-25 01:49:02 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-02-25 01:49:02 +0100
commite37e216a65a8b0df58dce366f50a4d8b896cde0b (patch)
tree258e141859e8b88276fc3553d307cc41f69e6550 /lua/user/options.lua
parent336b2de4b36ad9eafdef6c5e882bc08a66d7c959 (diff)
few small fixes
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r--lua/user/options.lua2
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