Nvim: enable cursorline

This commit is contained in:
Marko Korhonen 2023-11-17 23:28:48 +02:00
parent 69174838ad
commit c6391d5557

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