Skip to content

Commit

Permalink
fix(options): remove options managed by vim-sleuth (#1229)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Jint-lzxy authored and CharlesChiuGit committed Apr 22, 2024
1 parent 12ac43c commit 62cbc02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/core/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -71,7 +70,6 @@ local function load_options()
signcolumn = "yes",
smartcase = true,
smarttab = true,
softtabstop = 4,
splitbelow = true,
splitkeep = "screen",
splitright = true,
Expand Down

0 comments on commit 62cbc02

Please sign in to comment.