Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oncomouse/coc-fish
https://github.com/oncomouse/coc-fish
autocompletion coc fish neovim vim
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/coc-fish
- Owner: oncomouse
- Created: 2019-08-14T20:41:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T23:49:36.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:15:43.635Z (7 months ago)
- Topics: autocompletion, coc, fish, neovim, vim
- Language: JavaScript
- Size: 180 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
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)