From c5da25cb6c8d10315b441e69829e179753dd5c5c Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sat, 29 Jan 2022 13:48:23 +0100 Subject: adding colorscheme & changing indentation --- lua/user/options.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/user/options.lua') 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 -- cgit v1.2.3