feat: allow for global statusline.
This commit is contained in:
parent
5501a8027a
commit
a3f243f85d
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ vim.opt.splitright = true
|
||||||
-- disable line wrapping
|
-- disable line wrapping
|
||||||
vim.opt.wrap = false
|
vim.opt.wrap = false
|
||||||
|
|
||||||
|
-- enable global statusline
|
||||||
|
vim.opt.laststatus = 3
|
||||||
|
|
||||||
-- setup tabs and indenting
|
-- setup tabs and indenting
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue