CodeKit 2 support for Vim
This repository has been archived on 2023-07-12. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Noah Frederick 67d2ffaf96 Improve package task 2015-01-26 21:48:47 -05:00
autoload Previewing also focuses the current file's project 2015-01-18 11:24:48 -05:00
doc Previewing also focuses the current file's project 2015-01-18 11:24:48 -05:00
plugin Previewing also focuses the current file's project 2015-01-18 11:24:48 -05:00
.gitignore Improve package task 2015-01-26 21:48:47 -05:00
README.md vim-codekit 1.0.0 2015-01-18 14:55:04 -05:00
Rakefile Improve package task 2015-01-26 21:48:47 -05:00
addon-info.json vim-codekit 1.0.0 2015-01-18 14:55:04 -05:00

README.md

vim-codekit

CodeKit 2 support for Vim

Features

CodeKit.vim provides support for controlling CodeKit 2 from Vim. It uses CodeKit's AppleScript interface 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 files

See :help codekit for a list of the provided commands.

Development

Documentation

The documentation in doc/ is generated from the plug-in source code via 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