diff --git a/lua/core/options.lua b/lua/core/options.lua index efbd90129..b3b3e0295 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -28,7 +28,6 @@ local function load_options() encoding = "utf-8", equalalways = false, errorbells = true, - expandtab = true, fileformats = "unix,mac,dos", foldenable = true, foldlevelstart = 99, @@ -71,7 +70,6 @@ local function load_options() signcolumn = "yes", smartcase = true, smarttab = true, - softtabstop = 4, splitbelow = true, splitkeep = "screen", splitright = true,