feat(nvim): commandline on status line
This commit is contained in:
parent
859628b2bd
commit
ea70d4889a
3 changed files with 3 additions and 4 deletions
|
@ -3,10 +3,10 @@ require "nvchad.options"
|
|||
-- add yours here!
|
||||
|
||||
local o = vim.o
|
||||
o.cursorlineopt ='both' -- to enable cursorline
|
||||
o.cursorlineopt = "both" -- to enable cursorline
|
||||
o.scrolloff = 9
|
||||
o.wrap = true
|
||||
o.clipboard = "unnamedplus"
|
||||
o.list = false
|
||||
o.relativenumber = true
|
||||
|
||||
o.cmdheight = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue