From 59c71bc6cd79b174b030ce341a5d37de661ae530 Mon Sep 17 00:00:00 2001 From: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:47:27 +0800 Subject: [PATCH] fix(options): remove options managed by `vim-sleuth` Since all tab-related stuff is now managed by `vim-sleuth`, I think it is better to remove the relevant options to avoid confusion. Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> --- lua/core/options.lua | 2 -- 1 file changed, 2 deletions(-) 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,