1
0
forked from mirror/vim-nc

show line numbers like line numbers

- had a problem where accidentally used M2190 instead of N2190
This commit is contained in:
Walker Inman 2018-11-07 17:06:23 -05:00
parent 62d18ba066
commit 0ed08630dd

View File

@ -64,7 +64,7 @@ highlight link ngcOperator Operator
highlight link ngcOperatorPunc Operator
highlight link ngcIdentifier Identifier
highlight link ngcLabel Label
highlight link ngcLineNumbers Label
highlight link ngcLineNumbers LineNr
highlight link ngcTodo Todo
highlight link ngcComment Comment
highlight link ngcMessage SpecialComment