The Wayback Machine - https://web.archive.org/web/20210816152416/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 949 public repositories matching this topic...

gegoune
gegoune commented Jul 12, 2021

Describe the bug
Repeating stage_hunk (<leader>hs) with . does not work after jumping to next hunk (]c) if preview window is visible.
It does work as expected without custom count_chars, did not check other options.

To Reproduce

init.vim:

let $PLUGIN_DIRECTORY = '~/.config/nvim/bundle'
set runtimepath^=$PLUGIN_DIRECTORY/plenary.nvim
set runtimepath^=$PLUGIN_DIR

Created by Thiago de Arruda

Released January 31, 2014

Latest release about 1 month ago

Repository
neovim/neovim
Website
neovim.io
Wikipedia
Wikipedia

Related Topics

neovim-configuration neovim-dotfiles neovim-plugin nvimrc vim