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.
- Host: GitHub
- URL: https://github.com/omochice/dps-popup-toy
- Owner: Omochice
- License: mit
- Created: 2021-07-24T13:31:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T05:56:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T00:12:48.628Z (over 1 year ago)
- Topics: example, vim-denops
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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