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