dotfiles
vim-easycomplete
Our great sponsors
dotfiles | vim-easycomplete | |
---|---|---|
1 | 2 | |
4 | 372 | |
- | - | |
0.0 | 0.0 | |
3 months ago | about 1 month ago | |
Vim Script | Vim Script | |
- | MIT License |
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.
dotfiles
-
Check out my Debian build!
Here is the repo! Hope you enjoy!
vim-easycomplete
-
Where to start with LSP in Vim?
vim-easycomplete
-
How to improve your vim/nvim coding experience with vim-easycomplete?
There are many excellent vim auto-completion plugins such as nvim-cmp, vim-lsp, YouCompleteMe and coc.nvim etc. I used coc.nvim for a long time. It’s experience is good. But there are a few things I don’t like. These plugins tend to have too much dependencies and do not have minimal configuration. For example, I don't want to install Node when programming c++ or golang. In my opinion vim is more lightweight than vscode so I don’t need the fully integrated features of it. Besides other completion plugins neither have good experiences enough nor compatible with vim and nvim at the same time. Therefor I created vim-easycomplete according to my personal habits.
What are some alternatives?
YouCompleteMe - A code-completion engine for Vim
vim-lsp - async language server protocol plugin for vim and neovim
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
python-language-server - An implementation of the Language Server Protocol for Python
ale - Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support [Moved to: https://github.com/dense-analysis/ale]
cmake-language-server - CMake LSP Implementation
dotfiles-2.0 - XMonad™️. Widgets go brr.
nvim-lspconfig - Quickstart configs for Nvim LSP
eclipse.jdt.ls - Java language server
KotlinLanguageServer - Kotlin code completion, linting and more for any editor/IDE using the Language Server Protocol
nvim-cmp - A completion plugin for neovim coded in Lua.
language-server-protocol - Defines a common protocol for language servers.