-
Updated
Nov 10, 2021 - TypeScript
neovim-plugin
Here are 562 public repositories matching this topic...
-
Updated
Nov 13, 2021 - Vim script
-
Updated
Aug 31, 2021 - Vim script
-
Updated
Nov 13, 2021 - Python
-
Updated
Nov 12, 2021 - 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).
Discussed in nvim-neorg/neorg#129
Originally posted by rjahrj September 26, 2021
After finally learning how to follow a mark I am lost on going back? Is there a keybinding for that or a preferred method. and is there a way to possibly follow a mark in a split?
The suggestion was made to support foll
-
Updated
Mar 29, 2021 - Vim script
-
Updated
Apr 29, 2021 - Python
-
Updated
Nov 13, 2021 - Python
-
Updated
Nov 8, 2021 - Lua
-
Updated
Nov 12, 2021 - Lua
-
Updated
Nov 12, 2021 - Lua
-
Updated
Nov 13, 2021 - Lua
-
Updated
Nov 13, 2021 - Lua
-
Updated
Jul 18, 2021 - Vim script
Is your feature request related to a problem? Please describe.
Please allow extra arguments for git blame (for lua require"gitsigns".blame_line(true), for example). For example, git blame -w is a very commonly used command to ignore whitespace changes.
Describe the solution you'd like
We could have some configurations like
gitsigns.setup {
...
extra_blame_args
-
Updated
Sep 28, 2021 - Python
-
Updated
Oct 22, 2021 - Lua
-
Updated
Aug 31, 2021 - Vim script
We should remove all remaining vimscript and scrub the earth of that monstrosity.
-
Updated
Nov 7, 2021 - Vim script
-
Updated
Apr 27, 2020 - Elixir
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
-
Updated
Dec 21, 2020 - Python
-
Updated
Nov 11, 2021 - 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