set laststatus to 3 (only show one statusline)
This commit is contained in:
parent
743bfa810e
commit
7651a528e8
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -6,6 +6,7 @@ local g = vim.g
|
|||
opt.clipboard = "unnamedplus"
|
||||
opt.cursorline = true
|
||||
opt.showmode = false
|
||||
opt.laststatus = 3
|
||||
|
||||
-- Indenting
|
||||
opt.expandtab = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue