Skip to content
#

neovim-plugin

Here are 866 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

ggandor
ggandor commented Jun 15, 2022

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.

help wanted good first issue
Josiah-tan
Josiah-tan commented Apr 17, 2022

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

help wanted good first issue

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