2
0
Fork 0
mirror of https://github.com/rockerBOO/awesome-neovim synced 2025-03-15 14:16:57 +00:00

Add brianaung/compl.nvim ()

This commit is contained in:
Brian Aung 2024-12-07 21:58:06 +11:00 committed by GitHub
parent f6699487f0
commit 6490f146f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,6 +200,7 @@
- [echasnovski/mini.nvim#mini.completion](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md) - Module of `mini.nvim` for asynchronous two-stage completion. Supports showing completion item info and independent function signature.
- [deathbeam/autocomplete.nvim](https://github.com/deathbeam/autocomplete.nvim) - Very simple and minimal autocompletion for cmdline and buffer using LSP and Tree-sitter with signature help.
- [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua) - Fully featured Lua replacement for [GitHub/copilot.vim](https://github.com/github/copilot.vim).
- [brianaung/compl.nvim](https://github.com/brianaung/compl.nvim) - A minimal and dependency-free auto-completion built on top of Vim's ins-completion mechanism.
<!--lint disable double-link -->