Nvim: enable cursorline

This commit is contained in:
Marko Korhonen 2023-11-17 23:28:48 +02:00
parent d07aa82cda
commit 4c256d4b37
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -9,6 +9,9 @@ o.relativenumber = true
-- True colors
o.termguicolors = true
-- Enable cursorline highlighting
o.cursorline = true
-- Floating window transparency
o.winblend = 10