fix: underline html links
This commit is contained in:
parent
efb3466e74
commit
cae523bb72
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ return lush(function(injected_functions)
|
||||||
NvimTreeFolderIcon({ fg = folder }),
|
NvimTreeFolderIcon({ fg = folder }),
|
||||||
|
|
||||||
htmlString({ fg = html_css_green }),
|
htmlString({ fg = html_css_green }),
|
||||||
|
htmlLink({ fg = html_css_green, gui = un }),
|
||||||
sassClass({ fg = html_css_yellow }),
|
sassClass({ fg = html_css_yellow }),
|
||||||
cssBraces({ fg = html_css_white }),
|
cssBraces({ fg = html_css_white }),
|
||||||
cssMediaProp({ fg = html_css_white }),
|
cssMediaProp({ fg = html_css_white }),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue