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

Fix nvim plugin dependencies #32

Merged
merged 2 commits into from
Nov 15, 2024
Merged

Fix nvim plugin dependencies #32

merged 2 commits into from
Nov 15, 2024

Conversation

vicnett
Copy link
Owner

@vicnett vicnett commented Nov 15, 2024

What

Add ctags and base-devel to manjaro_packages. Also re-order manjaro-packages alphabetically.

Why

Fixes errors thrown by Neovim plugins due to missing dependencies:

  • vim-gutentags needs ctags installed
  • Tree-sitter needs C compiling tools

Fixes:
- gutentags plugin throwing errors due to missing ctags
- Tree-sitter throwing errors due to missing C compiler
@vicnett vicnett merged commit df6b865 into main Nov 15, 2024
1 check passed
@vicnett vicnett deleted the fix-nvim-plugin-dependencies branch November 15, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant