Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahfrederick/vim-codekit
CodeKit 2 support for Vim
https://github.com/noahfrederick/vim-codekit
Last synced: 1 day ago
JSON representation
CodeKit 2 support for Vim
- Host: GitHub
- URL: https://github.com/noahfrederick/vim-codekit
- Owner: noahfrederick
- Archived: true
- Created: 2015-01-05T22:41:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T02:49:52.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T05:13:24.674Z (3 months ago)
- Language: VimL
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-codekit
CodeKit 2 support for Vim
## Features
CodeKit.vim provides support for controlling [CodeKit 2][ck] from Vim. It uses
[CodeKit's AppleScript interface][as] to provide the following features:* Add the current project to CodeKit
* Switch to the current file's project
* Preview the current project in a browser
* Pause and unpause CodeKit's watching of project filesSee `:help codekit` for a list of the provided commands.
[ck]: http://incident57.com/codekit/
[as]: http://incident57.com/codekit/help.html#applescript## Development
### Documentation
The documentation in `doc/` is generated from the plug-in source code via
[vimdoc][vimdoc]. Do not edit `doc/codekit.txt` directly. Refer to the
existing inline documentation as a guide for documenting new code.The help doc can be rebuilt by running:
rake doc
[vimdoc]: https://github.com/google/vimdoc