feat: remove vim tab line

This commit is contained in:
2026-03-09 01:11:05 -04:00
parent 7f44dbfa7e
commit 7d8d0bb269
-1
View File
@@ -5,7 +5,6 @@ vim.opt.mouse = ""
vim.opt.breakindent = true vim.opt.breakindent = true
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.smartcase = true vim.opt.smartcase = true
vim.opt.showtabline = 4
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4 vim.opt.softtabstop = 4
vim.opt.wildmenu = true vim.opt.wildmenu = true