neocomplete.vim
Completion plugin
A plugin that enables keyword completion with caching in Vim
Next generation completion framework after neocomplcache
3k stars
77 watching
203 forks
Language: Vim Script
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
shougo/deoplete.nvim | Asynchronous completion framework for Neovim/Vim8 with Python interface | 5,944 |
shougo/neobundle.vim | A plugin manager for Vim and Neovim with advanced features for managing large numbers of plugins. | 2,293 |
neovim/neovim | A highly customizable, extensible, and modern text editor built on top of Vim's architecture | 83,313 |
hrsh7th/nvim-cmp | A completion plugin for Neovim that provides full support for LSP completion capabilities and customizable key mappings. | 8,097 |
shougo/dein.vim | A plugin manager for Neovim and Vim. | 3,426 |
juliosueiras/vim-terraform-completion | A plugin for NeoVim that provides autocompletion and linter functionality for Terraform configuration files. | 337 |
maralla/completor.vim | An asynchronous code completion framework for Vim text editor. | 1,317 |
junegunn/vim-plug | A plugin manager for Vim that simplifies plugin installation and management. | 34,170 |
neomake/neomake | An asynchronous tool that automates compilation and linting of source code in integrated development environments like Neovim/Vim. | 2,666 |
folke/lazy.nvim | A plugin manager for Neovim that automates the installation, updating, and management of plugins. | 14,855 |
lervag/vimtex | A plugin for editing LaTeX files in text editors like Vim and Neovim. | 5,547 |
nvim-lua/kickstart.nvim | A starting point for personal Neovim configuration. | 19,912 |
jmbuhr/otter.nvim | A plugin that allows code completion and other language features for documents containing embedded code blocks in multiple languages. | 527 |
nvim-neotest/neotest | An extensible framework for interacting with tests within NeoVim. | 2,407 |
ycm-core/youcompleteme | A code-completion engine that powers Vim's functionality | 25,465 |