-
Updated
Oct 9, 2021 - TypeScript
neovim-plugin
Here are 530 public repositories matching this topic...
-
Updated
Oct 10, 2021 - Vim script
-
Updated
Aug 31, 2021 - Vim script
-
Updated
Oct 5, 2021 - Vim script
-
Updated
Oct 10, 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).
As of today, the today view is just:
* Today's view
** context1
- Task1
- Task2
** context2
- Task3
- Task1
And it only supports tasks that are marked with $contexts today.
We want to add support for tasks:
- Due for today
- Starting today
And obviously, showing the user why the task appears here (does it have a today context, or is it a due date...)
-
Updated
Mar 29, 2021 - Vim script
-
Updated
Apr 29, 2021 - Python
-
Updated
Oct 10, 2021 - Python
-
Updated
Sep 29, 2021 - Lua
-
Updated
Jul 18, 2021 - Vim script
-
Updated
Oct 9, 2021 - Lua
-
Updated
Sep 28, 2021 - Python
-
Updated
Aug 31, 2021 - Vim script
-
Updated
Oct 9, 2021 - Lua
-
Updated
Oct 4, 2021 - Lua
-
Updated
Oct 4, 2021 - Lua
-
Updated
Oct 10, 2021 - Lua
-
Updated
Oct 10, 2021 - Lua
We should remove all remaining vimscript and scrub the earth of that monstrosity.
-
Updated
Apr 27, 2020 - Elixir
-
Updated
Sep 25, 2021 - Vim script
-
Updated
Dec 21, 2020 - Python
-
Updated
Oct 16, 2020 - Rust
-
Updated
Oct 8, 2021 - Lua
Add support to R LSP
R language server
https://github.com/REditorSupport/languageserver
Vim doc
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