mirror of
https://github.com/hazemKrimi/config-minimal.nvim.git
synced 2026-05-01 18:20:27 +00:00
chore: remove tab options and keymaps
This commit is contained in:
@@ -93,8 +93,3 @@ local undodir = vim.fn.expand("~/.vim/undodir")
|
||||
if vim.fn.isdirectory(undodir) == 0 then
|
||||
vim.fn.mkdir(undodir, "p")
|
||||
end
|
||||
|
||||
-- Tabs
|
||||
|
||||
vim.o.showtabline = 1
|
||||
vim.o.tabline = ''
|
||||
|
||||
Reference in New Issue
Block a user