vim-plug
:hibiscus: Minimalist Vim Plugin Manager (by junegunn)
nvim-lspinstall
Provides the missing :LspInstall for nvim-lspconfig (by kabouzeid)
vim-plug | nvim-lspinstall | |
---|---|---|
141 | 31 | |
34,656 | 537 | |
0.5% | - | |
5.3 | 8.7 | |
10 days ago | over 3 years ago | |
Vim Script | Lua | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-plug
Posts with mentions or reviews of vim-plug.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-27.
-
How to Setup Vim for Kotlin Development
Some examples are vim-plug, vundle, or, lazy.nvim.
-
Lite 🚀 ApolloNvim Distro 2024
👉 If you are missing a plugin, you can easily install or uninstall it using vim.plug. For more information, please visit vim.plug on GitHub or I'd be happy to advise you see about us.
-
I a Avid Vim User, Finally Migrated to Neovim! How does it work, what do I gain from it?
I have been talking about plugins since the beginning of the article, but using a simple editor doesn't involve doing everything by hand. So I have been using a plugin manager for a long time and if you don't, I strongly advise you to get started: it's very practical. I used Vim plug which was everything I like: simple and effective.
- Jak nainstalovat vim.plug do Neovim
-
thethethe.nvim - neovim friendly autocorrect plugin
vim-plug
-
Vimtex not loading (vim-plug)
Did you really install VimTeX? Did you run :PlugInstall? Ensure you installed and set up vim-plug correctly (https://github.com/junegunn/vim-plug). If VimTeX is installed, it should be installed to '~/.vim/plugged', thus you can open a terminal, then cd ~/.vim/plugged/vimtex and you should find the files there.
-
How to use VIM text editor
If you're determined to use vim for some reason, I'd suggest checking out vim-plug: https://github.com/junegunn/vim-plug. Quite useful for installing and maintaining all of the plugins that you're going to need to get vim to provide even a subset of the features offered by modern editors.
-
I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
I encourage you to add plugins to your vim (tip: use vim-plug). Use vimawesome.com for inspiration.
-
Will installing Vim get rid of my current work on macOS?
Personally, I like https://github.com/junegunn/vim-plug
-
Add plugins without access to GitHub?
But the plugin manager https://github.com/junegunn/vim-plug can also install from offline sources, without accessing Github:
nvim-lspinstall
Posts with mentions or reviews of nvim-lspinstall.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-29.
-
LSP question: manage an already installed server (instead of using lspinstall)
A word of caution, I believe lspinstall has been deprecated in favor of nvim-lspinstall which itself has also been deprecated in favor of mason-lspconfig
-
The SMOOTHEST yaml editing experience possible yaml-language-server neovim
kabouzeid/nvim-lspinstall will aide in installing lsp's if you want. I have chosen not to because I want to have my full setup scripted so when I setup any new machine I just run my ansible-playbook. This library is nice to just set things up quick and play with them.
- Cant get angular language server work
- Nvim-lspinstall has been archived
-
Do you use a completion plugin or use your own solution?
nvim-lspinstall
-
cmd not defined for "sumneko_lua". You must manually set cmd in the setup{} call according to CONFIG.md
I'm trying to edit a lua file, and got this error which I realize is because I didn't have the Lua language server installed. So using the LspInstall plugin, I did :LspInstall lua which was successful.
-
Enable Lsp on specific file types
Once you have it installed, you can configure it following the configuration of this file: https://github.com/kabouzeid/nvim-lspinstall/wiki. The part that ia bellow the comment "-- lsp-install" works and it was what I used initially when I didn't really know much about configuring neovim.
-
How to not have diagnostic error in a json file with comments?
I am using lspinstall to install language server. It uses this json-language-server. As the docs says jsonc is supported and it allows comments in jsonc filetypes but the lsp is not showing diagnostic if I make any other syntax error. On line 34 i have removed a comma and still lsp showing no diagnostic error in jsonc file.
- Not an editor command: LspInstall tsserver
-
[LSP]Tailwindcss not working
You could try to use the instructions that nvim-lspinstall uses to install the tailwindcss language server: https://github.com/kabouzeid/nvim-lspinstall/blob/main/lua/lspinstall/servers/tailwindcss.lua (lines 4 - 12)
What are some alternatives?
When comparing vim-plug and nvim-lspinstall you can also consider the following projects:
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!
astro.nvim - Faster Neovim Configuration
tailwindcss-intellisense - Intelligent Tailwind CSS tooling for Visual Studio Code
vundle - Vundle, the plug-in manager for Vim
nvim-lint - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.