-
Updated
Aug 17, 2021 - TypeScript
neovim-plugin
Here are 472 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Vim script
-
Updated
Jun 28, 2021 - Vim script
-
Updated
Aug 17, 2021 - Vim script
-
Updated
Mar 29, 2021 - Vim script
-
Updated
Aug 17, 2021 - Lua
-
Updated
Apr 29, 2021 - Python
Sometimes a plugin (or multiple plugins) might fail to update/install.
It would make sense to add a retry option (perhaps mapped to R
, since r
is already mapped to revert).
-
Updated
Jul 18, 2021 - Vim script
-
Updated
Aug 11, 2021 - Python
-
Updated
Aug 17, 2021 - Python
-
Updated
Feb 22, 2021 - Vim script
-
Updated
Aug 14, 2021 - Lua
-
Updated
Aug 12, 2021 - Lua
-
Updated
Apr 27, 2020 - Elixir
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
We should remove all remaining vimscript and scrub the earth of that monstrosity.
-
Updated
Aug 5, 2021 - Lua
-
Updated
Aug 17, 2021 - Lua
-
Updated
Dec 21, 2020 - Python
-
Updated
Aug 17, 2021 - Lua
-
Updated
Aug 17, 2021 - Python
-
Updated
Oct 16, 2020 - Rust
-
Updated
Jul 25, 2021 - Vim script
-
Updated
Mar 26, 2021 - Vim script
-
Updated
Mar 30, 2021 - Python
Improve this page
Add a description, image, and links to the neovim-plugin topic page so that developers can more easily learn about it.
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."
Is your feature request related to a problem? Please describe.
Every time i run
PlugUpdate
on Windows it fails to replacebin/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