mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-07 00:00:54 +01:00
add : highlight color for matchparen
This commit is contained in:
parent
e8bbe1e4a1
commit
1b44d4f2b9
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ else
|
||||||
fg("Comment", grey_fg)
|
fg("Comment", grey_fg)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
fg_bg("MatchParen", black, red)
|
||||||
|
|
||||||
-- Disable cusror line
|
-- Disable cusror line
|
||||||
cmd "hi clear CursorLine"
|
cmd "hi clear CursorLine"
|
||||||
-- Line number
|
-- Line number
|
||||||
|
|
Loading…
Add table
Reference in a new issue