nvim: Remove cursorline

This commit is contained in:
2024-04-22 13:40:04 +02:00
parent 519935c8c3
commit 2dfc7c657e

View File

@ -9,7 +9,6 @@ opt.number = true -- bool: Show line numbers
opt.relativenumber = true -- bool: Show relative line numbers
opt.scrolloff = 10 -- int: Min num lines of context
opt.signcolumn = "yes" -- str: Show the sign column
opt.cursorline = true -- bool: Highlight the cursor line
-- [[ Filetypes ]]
opt.encoding = 'utf8' -- str: String encoding to use