Nvim: enable cursorline

main
Marko Korhonen 7 months ago
parent d07aa82cda
commit 4c256d4b37
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

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

Loading…
Cancel
Save