- vim-easycomplete VS YouCompleteMe
- vim-easycomplete VS vim-lsp
- vim-easycomplete VS coc.nvim
- vim-easycomplete VS python-language-server
- vim-easycomplete VS cmake-language-server
- vim-easycomplete VS ale
- vim-easycomplete VS nvim-lspconfig
- vim-easycomplete VS eclipse.jdt.ls
- vim-easycomplete VS KotlinLanguageServer
- vim-easycomplete VS language-server-protocol
Vim-easycomplete Alternatives
Similar projects and alternatives to vim-easycomplete
-
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
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] (by w0rp)
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
-
language-server-protocol
Defines a common protocol for language servers.
-
KotlinLanguageServer
Kotlin code completion, linting and more for any editor/IDE using the Language Server Protocol
-
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
rust-analyzer
A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] (by rust-analyzer)
-
-
LanguageClient-neovim
Language Server Protocol (LSP) support for vim and neovim.
-
ccls
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
-
-
-
vim-language-server
VImScript language server, LSP for vim script
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
vim-easycomplete reviews and mentions
-
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.
Stats
jayli/vim-easycomplete is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vim-easycomplete is Vim Script.