-
Updated
Aug 1, 2022 - TypeScript
neovim-plugin
Here are 866 public repositories matching this topic...
-
Updated
Jul 28, 2022 - Vim script
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
-
Updated
Jul 30, 2022 - Lua
-
Updated
Aug 1, 2022 - Python
-
Updated
Aug 31, 2021 - Vim script
-
Updated
Jul 31, 2022 - Lua
-
Updated
Aug 1, 2022 - Lua
-
Updated
Jun 22, 2022 - Lua
-
Updated
Aug 1, 2022 - Rust
Is your feature request related to a problem? Please describe.
I use set signcolumn=number and have my cursor line highlighting extending across the number column like so:
I can't find a way to make the CursorLine background apply to the signs:
-
Updated
Jul 31, 2022 - Lua
-
Updated
Aug 1, 2022 - Lua
-
Updated
Jul 11, 2022 - Lua
-
Updated
Jul 31, 2022 - Vim script
-
Updated
Jul 31, 2022 - Lua
-
Updated
Jul 24, 2022 - Lua
-
Updated
Aug 1, 2022 - Python
Basically, any smaller or bigger PR is welcome that ports relevant modifications to Lightspeed from Leap. Note that this is only about cleaning the codebase and enhancing the API, and not about adding/removing actual features. Feel free to ask for help here if you're interested and want to deal with something non-trivial.
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
Jan 23, 2022 - Python
-
Updated
Jul 28, 2022 - Lua
-
Updated
Jul 30, 2022 - Lua
-
Updated
Jan 11, 2022 - Vim script
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."

Sometimes a plugin (or multiple plugins) might fail to update/install.
It would make sense to add a retry option (perhaps mapped to
R, sinceris already mapped to revert).