Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voldikss/coc-floaterm
See https://github.com/voldikss/coc-extensions
https://github.com/voldikss/coc-floaterm
Last synced: 14 days ago
JSON representation
See https://github.com/voldikss/coc-extensions
- Host: GitHub
- URL: https://github.com/voldikss/coc-floaterm
- Owner: voldikss
- Archived: true
- Created: 2020-02-20T15:39:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T00:57:05.000Z (over 3 years ago)
- Last Synced: 2024-09-18T00:51:22.468Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 213 KB
- Stars: 49
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coc-floaterm
![publish](https://github.com/voldikss/coc-floaterm/workflows/publish/badge.svg)
[![npm version](https://badge.fury.io/js/coc-floaterm.svg)](https://badge.fury.io/js/coc-floaterm)coc.nvim extension for [vim-floaterm](https://github.com/voldikss/vim-floaterm)
![](https://user-images.githubusercontent.com/20282795/75005925-fcc27f80-54aa-11ea-832e-59ea5b02fc04.gif)
# Use cases
- CocList for all opened floaterms
- Completion from opened floaterms## Requirements
- [coc.nvim](https://github.com/neoclide/coc.nvim)
- [vim-floaterm](https://github.com/voldikss/vim-floaterm)## Install
```
:CocInstall coc-floaterm
```## Configurations
- `floaterm.completion.enable`:
default: `true`- `floaterm.completion.shortcut`:
default: `"floaterm"`- `floaterm.completion.priority`:
default: `5`## CocList
Try `:CocList floaterm`
- `open`
- `preview`## Commands
Removed `:CocCommand floaterm.xxx`
## License
MIT