autocomplete.nvim
Autocomplete system
Provides minimal autocompletion functionality for both buffer and cmdline in Neovim using LSP and Tree-sitter with signature help.
Very simple and minimal autocompletion for cmdline and buffer using LSP and Tree-sitter with signature help
45 stars
3 watching
1 forks
Language: Lua
last commit: about 1 month ago
Linked from 1 awesome list
completionlspneovimneovim-plugintree-sitter
Related projects:
Repository | Description | Stars |
---|---|---|
mong8se/actually.nvim | A tool to provide a suggestion list after auto-completion, helping users choose the correct file instead of an incorrect one. | 55 |
m4xshen/autoclose.nvim | Automatically pairs and closes brackets in text editing | 523 |
deathbeam/lspecho.nvim | Displays LSP progress in the command line | 21 |
ray-x/lsp_signature.nvim | A plugin that provides function signature hints as you type in Neovim. | 2,085 |
tmillr/sos.nvim | An autosaver plugin for Neovim that automatically saves changed buffers at customizable intervals. | 19 |
norman-abramovitz/cf-zsh-autocomplete-plugin | A plugin for Cloud Foundry CLI that provides autocompletion options for its commands | 34 |
zeioth/none-ls-autoload.nvim | Automates loading and unloading of Mason packages for use with the none-ls language server protocol | 20 |
acksld/nvim-neoclip.lua | A clipboard manager plugin for neovim inspired by clipmenu. | 1,006 |
idanarye/nvim-buffls | Adds LSP functionality to specific Neovim buffers | 9 |
axkirillov/hbac.nvim | Automatically closes unedited buffers when their number exceeds a threshold | 203 |
mawkler/demicolon.nvim | Enables custom repeat keys in Neovim for diagnostics and Treesitter text-object motions | 76 |
grigorii-zander/zsh-npm-scripts-autocomplete | An autocompletion plugin for zsh that provides suggestions for npm scripts in the current directory. | 98 |
ariel-frischer/bmessages.nvim | A better messages window using an auto-updating buffer in Neovim. | 43 |
m-demare/attempt.nvim | Manages temporary buffers for coding attempts | 86 |
ghillb/cybu.nvim | Provides context when cycling buffers in Neovim | 308 |