Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuuote/dpscript

try to writing vimrc at denops
https://github.com/kuuote/dpscript

Last synced: 23 days ago
JSON representation

try to writing vimrc at denops

Awesome Lists containing this project

README

        

- denopsでvimrcを書くための試み
- 最低限動いているだけなので何も保証できない
- ライセンスはzlib
- `dpscript#load()`を叩くとスクリプトが読み込まれる
- スクリプトが読み込まれる際、グローバルにdenopsインスタンスが渡される
- Denopsサーバーは再起動することがあるので`autocmd User DenopsPluginPost:dpscript call dpscript#load(...)`で読み込むのをおすすめする