cmp-git
cmp-buffer
cmp-git | cmp-buffer | |
---|---|---|
3 | 11 | |
389 | 606 | |
- | - | |
5.3 | 0.0 | |
about 2 months ago | 5 months ago | |
Lua | Lua | |
MIT License | MIT License |
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-git
-
Complete github issue list when edit commit message
Or cmp-git
-
Neovim everything converter
Nah but seriously, looks cool! One potential idea, maybe you could create an nvim-cmp source for it, like what cmp-git does for git? Then you could have LSP-style completions for them when you type something directly in the editor, instead of having to go to the commandline every time. Not sure how feasible/hard that'd be to do, but just an idea.
- Git source for `nvim-cmp`
cmp-buffer
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
hrsh7th/cmp-buffer: nvim-cmp source for buffer words
- Best way to limit string length tokenized for completion suggestion in cmp/buffer?
-
Need some help with cmp suggestion priority / order
sources = cmp.config.sources({ { name = "nvim_lsp", priority = 1, group_index = 1 }, { name = "luasnip" }, { group_index = 2, name = "buffer", priority = 5, option = { -- https://github.com/hrsh7th/cmp-buffer get_bufnrs = function() return vim.api.nvim_list_bufs() end, }, }, { name = "nvim_lsp_signature_help" }, { name = "path" }, }),
-
Make lsp-zero.nvim coexists with other plugins instead of controlling them
cmp-buffer: Completion source. It provides suggestions based on the current file.
-
Why use cmp-buffer?
Then what is the purpose of using cmp-buffer?
-
nvim-cmp source for working with snake case and camel case
Okay I sat down and did exactly what I said in my previous comment. Essentially it's a complete rewrite of my old code that makes things much more generic and flexible. You can take a look at the PR here: https://github.com/hrsh7th/cmp-buffer/pull/60.
-
Autocomplete lines in the current buffer | nvim-cmp-buffer-lines
Good work but can you tell how is it different from https://github.com/hrsh7th/cmp-buffer
-
My Neovim setup for React, TypeScript, Tailwind CSS, etc
hrsh7th/cmp-buffer - nvim-cmp source for buffer words
- Nvim-cmp nonlatin characters
-
Neovim LSP: Setup nvim-lspconfig + nvim-cmp
cmp-buffer
What are some alternatives?
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
cmp-nvim-lsp - nvim-cmp source for neovim builtin LSP client
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
cmp-rg - ripgrep source for nvim-cmp
neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim. [Moved to: https://github.com/nvim-neorg/neorg]
dotfiles - My personal dotfiles for kitty, neovim, sway, waybar, zsh, makepg, pacman
cmp-spell - spell source for nvim-cmp based on vim's spellsuggest.
friendly-snippets - Set of preconfigured snippets for different languages.
cmp-npm - An additional source for nvim-cmp to autocomplete packages and its versions
nvim-cmp - A completion plugin for neovim coded in Lua.
cmp-under-comparator - nvim-cmp comparator function for completion items that start with one or more underlines
mason-lspconfig.nvim - Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.