cmp-npm
An additional source for nvim-cmp to autocomplete packages and its versions (by David-Kunz)
git-blame.nvim
Git Blame plugin for Neovim written in Lua (by f-person)
cmp-npm | git-blame.nvim | |
---|---|---|
5 | 11 | |
115 | 1,011 | |
0.0% | 0.2% | |
0.0 | 5.2 | |
about 1 year ago | 5 months ago | |
Lua | Lua | |
The Unlicense | GNU General Public License v3.0 only |
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-npm
Posts with mentions or reviews of cmp-npm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-09.
- USER FLAIRS: Apply now!
- Let's create a Neovim lua plugin [video]
-
Let's create a Neovim lua plugin using nvim-cmp
Hi, this is the how-to video of my Neovim plugin cmp-npm
-
Plugin: cmp-npm (autocomplete for npm packages and versions)
I've created a Neovim plugin for `nvim-cmp` to autocomplete `npm` packages and versions. https://github.com/David-Kunz/cmp-npm
git-blame.nvim
Posts with mentions or reviews of git-blame.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-07.
- Neovim Plugin With Fugitive Functionality of :git blame
-
What else to put in lualine?
Sure, for the blame message I'm using git-blame.nvim
-
2 years of git-blame.nvim 💫
Two years ago this day, I made the initial commit to git-blame.nvim. And it turned out to be an important thing in my life. The plugin grew from a little thing I needed to something lots of people use (and love ^_^).
-
blame_line.nvim A git blame virtual-text line plugin in pure lua
I use git-blame.nvim and I think it performs very well. Would you mind comparing blame_line.nvim with git-blame.nvim?
-
USER FLAIRS: Apply now!
Plugin author: https://github.com/f-person/git-blame.nvim
- Git Blame plugin for Neovim written in Lua
- Show HN: Git-blame.nvim – a Git Blame plugin for Neovim written in Lua
-
Integrating plugins with status bars
I'm the author of git-blame.nvim, it's a simple plugin that displays blame info in virtual text. There's an open issue for displaying the blame info in the status bar instead of virtual text.
-
Question(Lua API): Any way to get a line with the ending?
Thanks for the reply. I need it for git-blame.nvim. In fact, what you said is exactly what I do in git-blame.nvim – I get all lines of current buffer, concatinate them with `\n` and pass to `git blame`. The problem is, the plugin gives incorrect output for last lines of files that have no ending. You can see this issue for more details.
What are some alternatives?
When comparing cmp-npm and git-blame.nvim you can also consider the following projects:
cmp_luasnip - luasnip completion source for nvim-cmp
blamer.nvim - A git blame plugin for neovim inspired by VS Code's GitLens plugin
cmp-git - Git source for nvim-cmp
heirline.nvim - Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
cmp-path - nvim-cmp source for path
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.