coffeescript的vim插件
coffeescript在vim下也非常好用,安装vim-coffee-script即可:https://github.com/kchmck/vim-coffee-script
Requirements
- vim 7.4 or later
- coffee 1.2.0 or later
Install using Pathogen
This project uses rolling releases based on git commits, so pathogen is a natural fit for it. If you're already using pathogen, you can skip to step 4.
- Install pathogen.vim into
~/.vim/autoload/(see pathogen's readme for more information.)
-
Enable pathogen in your vimrc. Here's a bare-minimum vimrc that enables all the features of
vim-coffee-script:call pathogen#infect() syntax enable filetype plugin indent onIf you already have a vimrc built up, just make sure it contains these calls, in this order.
-
Create the directory
~/.vim/bundle/:mkdir ~/.vim/bundle -
Clone the
vim-coffee-scriptrepo into~/.vim/bundle/:git clone https://github.com/kchmck/vim-coffee-script.git ~/.vim/bundle/vim-coffee-script/
Updating takes two steps:
-
Change into
~/.vim/bundle/vim-coffee-script/:cd ~/.vim/bundle/vim-coffee-script -
Pull in the latest changes:
git pull

浙公网安备 33010602011771号