Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vim-highlighter plugin #76

Closed
elkarouh opened this issue Mar 14, 2023 · 2 comments
Closed

Add vim-highlighter plugin #76

elkarouh opened this issue Mar 14, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@elkarouh
Copy link

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

@mehalter
Copy link
Member

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!

@mehalter mehalter added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Mar 14, 2023
@mehalter mehalter changed the title Question/request: highlighter plugin Add vim-highlighter plugin Mar 14, 2023
@Uzaaft
Copy link
Member

Uzaaft commented Jun 9, 2023

Closed with 691fef1

@Uzaaft Uzaaft closed this as completed Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants