cmp-path
nvim-cmp source for path (by hrsh7th)
cmp-cmdline
nvim-cmp source for vim's cmdline (by hrsh7th)
cmp-path | cmp-cmdline | |
---|---|---|
7 | 18 | |
634 | 567 | |
- | - | |
0.0 | 3.0 | |
about 1 year ago | 7 months ago | |
Lua | Lua | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cmp-path
Posts with mentions or reviews of cmp-path.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-24.
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
hrsh7th/cmp-path: nvim-cmp source for path
-
Make lsp-zero.nvim coexists with other plugins instead of controlling them
cmp-path: Completion source. Gives suggestions based on the filesystem.
-
File path completion
If you use nvim-cmp there's cmp-path.
-
Neovim LSP: Setup nvim-lspconfig + nvim-cmp
cmp-path
-
nvim-cmp path completion starts as soon as ' or " is used
Do you have the most recent version? It looks like this was fixed recently: https://github.com/hrsh7th/cmp-path/commit/d83839ae510d18530c6d36b662a9e806d4dceb73
-
Seeking a plugin to "detect" folders/files and autofill/prompt when needed
Most auto completion plugins provides path completion enable that. For example for nvim-cmp.
-
How to setup nvim-cmp as nvim-compe?
List of sources can be found here (you probably want cmp-path) so add
cmp-cmdline
Posts with mentions or reviews of cmp-cmdline.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-28.
-
How to change which keys accept a suggestion while searching?
Thanks! Ended up figuring this one out on my own from https://github.com/hrsh7th/cmp-cmdline. I missed that it was a separate plugin.
-
cmp-cmdline vs wilder.nvim
Here’s one of them https://github.com/hrsh7th/cmp-cmdline/issues/60
- Fuzzy search all possible complete commands?
-
Automatic command suggestions without pressing tab?
I think cmp-cmdline is what you're referring to? It's an extension of nvim-cmp.
-
Command completion like emacs (Helm/Ivy)
nvim-cmp + cmp-cmdline
-
Command mode commands appearing in insert mode LSP
Do you have cmp-cmdline? And you didn't setup it like this: require'cmp'.setup.cmdline(':', { sources = { { name = 'cmdline' } } })
-
Is there a command runner plugin like a lot of apps have like cmd-k
If you're on Neovim you can use cmp-cmdline which autocompletes the commands for your while you type (in a fuzzy manner if you want).
-
kat.nvim Release "Exuberant Cornish Rex" now available - Major speed and quality of life improvements, Neovim 0.6 support fully removed
:KatGenTermTheme now has completion: for all you cmp-cmdline or wilder users out there
- I ran a packer sync and now nvim-cmp opens on every single character I type (including spaces)
- How to fix very slow :r command on Powershell Core ?
What are some alternatives?
When comparing cmp-path and cmp-cmdline you can also consider the following projects:
nvim-cmp - A completion plugin for neovim coded in Lua.
fine-cmdline.nvim - Enter ex-commands in a nice floating input.
cmp-spell - spell source for nvim-cmp based on vim's spellsuggest.
cmp-npm - An additional source for nvim-cmp to autocomplete packages and its versions
nui.nvim - UI Component Library for Neovim.
cmp-calc - nvim-cmp source for math calculation
cmp-nvim-lsp - nvim-cmp source for neovim builtin LSP client
cmp-nvim-lua - nvim-cmp source for nvim lua
command-completion.nvim
vim-dadbod-completion - Database autocompletion powered by https://github.com/tpope/vim-dadbod
telescope-env.nvim - watch environment variables with telescope :telescope:
cmp-path vs nvim-cmp
cmp-cmdline vs fine-cmdline.nvim
cmp-path vs cmp-spell
cmp-cmdline vs nvim-cmp
cmp-path vs cmp-npm
cmp-cmdline vs nui.nvim
cmp-path vs cmp-calc
cmp-cmdline vs cmp-nvim-lsp
cmp-path vs cmp-nvim-lua
cmp-cmdline vs command-completion.nvim
cmp-path vs vim-dadbod-completion
cmp-cmdline vs telescope-env.nvim