coc-fish

Coc completion source for fish shell

Usage no npm install needed!

<script type="module">
  import cocFish from 'https://cdn.skypack.dev/coc-fish';
</script>

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