fzf.vim is a Vim fuzzy finder plugin that integrates the fzf command-line interface into the editor. It serves as a text editor search interface and buffer and file navigator, allowing users to quickly locate files, buffers, and text patterns. The plugin functions as a bridge to the fzf command-line tool, enabling users to search for files, grep code content, and navigate git commits, marks, and tags. It also provides a mechanism to send multiple fuzzy search results directly into the Vim quickfix list for batch editing. Broad capabilities include interactive text completion for paths and wo
A lightweight, native-first completion experience for Neovim.
nvim-cmp source for nvim lua
The main features of hrsh7th/cmp-nvim-lua are: Completion.
Open-source alternatives to hrsh7th/cmp-nvim-lua include: junegunn/fzf.vim — fzf.vim is a Vim fuzzy finder plugin that integrates the fzf command-line interface into the editor. It serves as a… bydlw98/blink-cmp-env — Environment variables source for blink.cmp. bydlw98/blink-cmp-sshconfig — Ssh_config(5) files source for blink.cmp. disrupted/blink-cmp-conventional-commits — Conventional Commits source for blink.cmp. erooke/blink-cmp-latex — A latex source for blink.cmp. brianaung/compl.nvim — A lightweight, native-first completion experience for Neovim.