-
Updated
May 2, 2022 - TypeScript
neovim-plugin
Here are 730 public repositories matching this topic...
-
Updated
May 3, 2022 - Vim script
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
May 3, 2022 - Python
-
Updated
May 2, 2022 - Lua
-
Updated
Aug 31, 2021 - Vim script
-
Updated
May 2, 2022 - Rust
-
Updated
May 2, 2022 - Lua
-
Updated
Mar 8, 2022 - Vim script
-
Updated
Apr 28, 2022 - Lua
-
Updated
May 2, 2022 - Lua
-
Updated
May 2, 2022 - Lua
-
Updated
Apr 15, 2022 - Lua
-
Updated
May 3, 2022 - Lua
-
Updated
May 2, 2022 - Lua
-
Updated
May 1, 2022 - Lua
-
Updated
May 3, 2022 - Python
-
Updated
Jan 23, 2022 - Python
The README in its current form mostly considers users coming from Sneak/EasyMotion/Hop, and focuses on the distinguishing features of Lightspeed, in a pretty verbose manner. For people who have never used such plugins, or are even new to Vim itself, the information is too distributed though, and I suspect it is hard to get a quick overview on what the heck is Lightspeed actually doing, and why the
We should remove all remaining vimscript and scrub the earth of that monstrosity.
-
Updated
Jan 11, 2022 - Vim script
Thank you for this amazing plugin! (TJ brought me here)
I found this strange bug that happens for your plugin, but doesn't occur with Tpope's.
Write the following: (I used python for this example)
print("hello world")When while still in insert mode write: <C-\><C-o>gcc
(<C-\><C-o>) takes you into normal mode for a single command before returning to insert mode)
expecte
-
Updated
Sep 28, 2021 - Python
-
Updated
Apr 19, 2022 - Vim script
-
Updated
May 2, 2022 - Vim script
-
Updated
Apr 14, 2022 - Lua
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
PlugUpdateon Windows it fails to replacebin/languageclientfile. 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