refactor(nvim): disable tabline
This commit is contained in:
parent
bc8203b6c6
commit
d76b40c1fa
@ -122,6 +122,9 @@ M.setup = function()
|
||||
|
||||
-- Set splitkeep
|
||||
vim.opt.splitkeep = "screen"
|
||||
|
||||
-- Hide the tabline
|
||||
vim.opt.showtabline = 0
|
||||
end
|
||||
|
||||
return M
|
||||
|
Loading…
Reference in New Issue
Block a user