The Wayback Machine - https://web.archive.org/web/20210817163005/https://github.com/topics/neovim-plugin
Skip to content
#

neovim-plugin

Here are 472 public repositories matching this topic...

Anrock
Anrock commented Aug 14, 2018

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

Every time i run PlugUpdate on Windows it fails to replace bin/languageclient file. The reason is that on Windows it's impossible to overwrite binary if it's launched because file is busy.

Describe the solution you'd like

Some command to kill languageclient binary, so i can change my after update script to first kill lan

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

Improve this page

Add a description, image, and links to the neovim-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neovim-plugin topic, visit your repo's landing page and select "manage topics."

Learn more