aboutsummaryrefslogtreecommitdiff
path: root/lua/user/options.lua
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-01-29 13:48:23 +0100
committerAleksa Vučković <aleksav013@gmail.com>2022-01-29 13:48:23 +0100
commitc5da25cb6c8d10315b441e69829e179753dd5c5c (patch)
tree452fc6b2f10245f71b1cd36bbf0c54ab477f3f75 /lua/user/options.lua
parent17d41ad8222f83fa0537cb70fbc823675b1389e2 (diff)
adding colorscheme & changing indentation
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r--lua/user/options.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua
index a15e0e4..a24db50 100644
--- a/lua/user/options.lua
+++ b/lua/user/options.lua
@@ -21,9 +21,9 @@ local options = {
undofile = true, -- enable persistent undo
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 4 spaces for a tab
+ expandtab = false, -- convert tabs to spaces
+ shiftwidth = 8, -- the number of spaces inserted for each indentation
+ tabstop = 8, -- insert 4 spaces for a tab
preserveindent = true,
softtabstop = 0,
cursorline = true, -- highlight the current line