The Wayback Machine - https://web.archive.org/web/20211010155738/https://github.com/topics/neovim-plugin
Skip to content
#

neovim-plugin

Here are 530 public repositories matching this topic...

Anrock
Anrock commented Aug 14, 2018

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

danymat
danymat commented Oct 7, 2021

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...)

Improve this page

Add a description, image, and links to the neovim-plugin topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more