mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 23:30:55 +01:00
Fix typo
This commit is contained in:
parent
c2a1298ac0
commit
ddd13df5af
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ else
|
||||||
fg("Comment", grey_fg)
|
fg("Comment", grey_fg)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Disable cusror line
|
-- Disable cursor line
|
||||||
cmd "hi clear CursorLine"
|
cmd "hi clear CursorLine"
|
||||||
-- Line number
|
-- Line number
|
||||||
fg("cursorlinenr", white)
|
fg("cursorlinenr", white)
|
||||||
|
|
Loading…
Add table
Reference in a new issue