c0r73x / neotags.nvim

Tag highlight in neovim
MIT License
122 stars 9 forks source link

Link the highlighted tag names to sensible values by default #14

Closed haasn closed 6 years ago

haasn commented 7 years ago

cTypeTag etc. are all completely undefined by default, which sort of defeats the purpose of a highlighting engine. (And no, I don't plan on adding this boilerplate for every language in existence to my own .vimrc)

IMO the default should be linked to sane values like cTypeTag -> Type, cFunctionTag -> Function etc..

c0r73x commented 6 years ago

Done :)