nvim: Remove cursorline
This commit is contained in:
@ -9,7 +9,6 @@ opt.number = true -- bool: Show line numbers
|
|||||||
opt.relativenumber = true -- bool: Show relative line numbers
|
opt.relativenumber = true -- bool: Show relative line numbers
|
||||||
opt.scrolloff = 10 -- int: Min num lines of context
|
opt.scrolloff = 10 -- int: Min num lines of context
|
||||||
opt.signcolumn = "yes" -- str: Show the sign column
|
opt.signcolumn = "yes" -- str: Show the sign column
|
||||||
opt.cursorline = true -- bool: Highlight the cursor line
|
|
||||||
|
|
||||||
-- [[ Filetypes ]]
|
-- [[ Filetypes ]]
|
||||||
opt.encoding = 'utf8' -- str: String encoding to use
|
opt.encoding = 'utf8' -- str: String encoding to use
|
||||||
|
|||||||
Reference in New Issue
Block a user