The Wayback Machine - https://web.archive.org/web/20211113233543/https://github.com/topics/nvim
Skip to content
#

nvim

neovim logo

Neovim is a refactor, and sometimes redactor, in the tradition of Vim. It is not a rewrite but a continuation and extension of Vim. Neovim is built for users who want the good parts of Vim, and more.

Here are 1,078 public repositories matching this topic...

wookayin
wookayin commented Nov 7, 2021

Is your feature request related to a problem? Please describe.

Please allow extra arguments for git blame (for lua require"gitsigns".blame_line(true), for example). For example, git blame -w is a very commonly used command to ignore whitespace changes.

Describe the solution you'd like

We could have some configurations like

gitsigns.setup {
   ...
   extra_blame_args 

Created by Thiago de Arruda

Released January 31, 2014

Latest release about 2 months ago

Repository
neovim/neovim
Website
neovim.io
Wikipedia
Wikipedia

Related Topics

neovim-configuration neovim-dotfiles neovim-plugin nvimrc vim