AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.14k stars 232 forks source link

Add vim-highlighter plugin #76

Closed elkarouh closed 1 year ago

elkarouh commented 1 year ago

Hi, Is there an equivalent to this highlighter plugin ? If not, how can i install a vimscript plugin with astroNvim? many thanks

mehalter commented 1 year ago

the same as a lua plugin, you mostly just probably want to disable lazy loading because legacy vim plugins I have noticed don't lazy load very well.

{ "azabiong/vim-highlighter", lazy = false }

this plugin isn't in here, but it would be a great addition if you want to contribute it!

Uzaaft commented 1 year ago

Closed with 691fef14cf2d18200b5067e19253038320b25f85