Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kuuote/dpscript
- Owner: kuuote
- License: zlib
- Created: 2022-01-31T15:38:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T07:51:33.000Z (almost 3 years ago)
- Last Synced: 2024-12-05T08:14:18.143Z (29 days ago)
- Language: Vim script
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- denopsでvimrcを書くための試み
- 最低限動いているだけなので何も保証できない
- ライセンスはzlib
- `dpscript#load()`を叩くとスクリプトが読み込まれる
- スクリプトが読み込まれる際、グローバルにdenopsインスタンスが渡される
- Denopsサーバーは再起動することがあるので`autocmd User DenopsPluginPost:dpscript call dpscript#load(...)`で読み込むのをおすすめする