coc-fish
v1.0.11
Published
Coc completion source for fish shell
Downloads
25
Readme
coc-fish
Asynchronous completion source for Coc and fish. Based on code from vim-fish.
Installation
Dependencies:
With a working installation of Coc and an executable fish in your $PATH
, run:
:CocInstall coc-fish
In Vim to add fish completion to your IDE.
Legacy Version
The initial version of this plugin was written in Vimscript, using the example on Coc's wiki. It remains on the vimscript
branch.
Similar Work
- deoplete-fish – Source for deoplete