Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oncomouse/coc-fish


https://github.com/oncomouse/coc-fish

autocompletion coc fish neovim vim

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# coc-fish

Asynchronous completion source for [Coc](https://github.com/neoclide/coc.nvim) and [fish](https://github.com/fish-shell/fish-shell). Based on code from [vim-fish](https://github.com/dag/vim-fish).

## Installation

Dependencies:

* [Coc](https://github.com/neoclide/coc.nvim)
* [fish](https://github.com/fish-shell/fish-shell)

With a working installation of Coc and an executable fish in your `$PATH`, run:

~~~vim
: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](https://github.com/neoclide/coc.nvim/wiki/Create-custom-source). It remains on the `vimscript` branch.

## Similar Work

* [deoplete-fish](https://github.com/ponko2/deoplete-fish) – Source for [deoplete](https://github.com/Shougo/deoplete)