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

https://github.com/omochice/dps-popup-toy

Toy plugin using denops.vim and popup / floating window.
https://github.com/omochice/dps-popup-toy

example vim-denops

Last synced: 12 months ago
JSON representation

Toy plugin using denops.vim and popup / floating window.

Awesome Lists containing this project

README

          

# dps-popup-toy

This is a toy plugin using denops.vim and popup/floating window.

## Usage

This plugin provides `DpsPopupToy` command.

`DpsPopupToy` show `g:popup_toy_strings` on popup/floating window.

### Usage from other source

This plugin provides `openPopup` function.

To use, write like below.

```typescript
import { openPopup } from "https://pax.deno.dev/Omochice/dps-popup-toy/mod.ts"
```

## LICENSE

MIT