git-blame.nvim
git-blame.nvim copied to clipboard
Git Blame plugin for Neovim written in Lua
Like the title says, the plugin works fine usually but ends up always saying "Not Committed Yet" whenever the filepath has spaces in it. It seems to be a fairly...
Thanks for working on the plugin. I like it. In most cases I don't even bother, plugins works great, no performance impact whatsoever. Though I noticed on huge projects like...
The problem: - often times I have long lines and cannot even see the content of the blame anymore, as it is appended to that line and disappearing to the...
This is a solid plugin. Very fast. Small request: would it be possible to add an option have the virtual text right justify itself? Currently the text appears immediately following...
This plugin gives the incorrect output (`Not Committed Yet`) on the last line of a file that is missing a line ending. To reproduce find a file without a line...
Instead of ignoring specific special filetypes, ignore all buffers with non-empty buftypes.
i installed gitblame through packer and config it in nvim through `vim.g.gitblame_enabled = 0`. But it will always show blame message on opening a file. ``` VIM v0.7.2 Build type:...
I recently learned about the `-C` flag of `git blame` which can be added 0 to 3 times and make eg commits that just move away to be ignored. This...
fix high cpu
Recently, my main development environment was changed to windows. I found that the event used by git-blame is cursormoved, and this event is triggered very frequently. Git itself on windows...
Hi. I am using LazyVim and I am extending it with this plugin. I have not added any special config. Here is the config. ```lua return { { "f-person/git-blame.nvim", opts...