Coc completion source for fish shell


Keywords
coc.nvim, neovim, fish, shell, autocompletion, coc, vim
License
MIT
Install
npm install coc-fish@1.0.11

Documentation

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