Nvim: enable cursorline
This commit is contained in:
parent
69174838ad
commit
c6391d5557
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ o.relativenumber = true
|
||||||
-- True colors
|
-- True colors
|
||||||
o.termguicolors = true
|
o.termguicolors = true
|
||||||
|
|
||||||
|
-- Enable cursorline highlighting
|
||||||
|
o.cursorline = true
|
||||||
|
|
||||||
-- Floating window transparency
|
-- Floating window transparency
|
||||||
o.winblend = 10
|
o.winblend = 10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue