diff options
author | Dylan Armstrong <dylan@dylan.is> | 2021-01-26 08:19:16 -0600 |
---|---|---|
committer | Dylan Armstrong <dylan@dylan.is> | 2021-01-26 08:19:16 -0600 |
commit | e3466aa38ca290167a97f93e40f2cee4e64a62bb (patch) | |
tree | bfaee9dd30a6f3bb9ac997a69ed2dd79de09b29b | |
parent | 18cb5d1988b52475a9557c53c9530389e99ad2d4 (diff) |
fix: remove underline on cursorlinenr
-rw-r--r-- | templates/default.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index ddd36bc..84c5346 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -231,7 +231,7 @@ call <sid>hi("VertSplit", s:gui02, s:gui02, s:cterm02, s:cterm02, "none", "" call <sid>hi("ColorColumn", "", s:gui01, "", s:cterm01, "none", "") call <sid>hi("CursorColumn", "", s:gui01, "", s:cterm01, "none", "") call <sid>hi("CursorLine", "", s:gui01, "", s:cterm01, "none", "") -call <sid>hi("CursorLineNr", s:gui04, s:gui01, s:cterm04, s:cterm01, "", "") +call <sid>hi("CursorLineNr", s:gui04, s:gui01, s:cterm04, s:cterm01, "bold", "") call <sid>hi("QuickFixLine", "", s:gui01, "", s:cterm01, "none", "") call <sid>hi("PMenu", s:gui05, s:gui01, s:cterm05, s:cterm01, "none", "") call <sid>hi("PMenuSel", s:gui01, s:gui05, s:cterm01, s:cterm05, "", "") |