Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/saikou-vim
シュッと最低限のvim環境を整えてくれるマン
https://github.com/himanoa/saikou-vim
javascript koa vim
Last synced: about 1 month ago
JSON representation
シュッと最低限のvim環境を整えてくれるマン
- Host: GitHub
- URL: https://github.com/himanoa/saikou-vim
- Owner: himanoa
- License: mit
- Created: 2017-06-06T17:06:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T17:34:54.000Z (over 7 years ago)
- Last Synced: 2024-12-08T21:41:53.066Z (about 1 month ago)
- Topics: javascript, koa, vim
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saikou-vim
## 使いかた
1. サーバーを立てます
2. curl ServerIP:Port >> ~/.vimrc
3. vimを起動しますor
1. サーバーを立てます
2. vimを起動します
3. :call execute(system('curl http://ServerIP:Port'))
4. 人権## URI Params
- tab = expandtab or noexpandtab
- sw = Integer (default 2)
- ts = Integer (default 2)
- encode String (default 'utf-8')
- clipboard String (default 'unnamedplus')
- colorsheme String (default 'default')