From e37e216a65a8b0df58dce366f50a4d8b896cde0b Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 25 Feb 2023 01:49:02 +0100 Subject: few small fixes --- lua/user/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/options.lua') 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 -- cgit v1.2.3