vim-Batsh
vim-Batsh copied to clipboard
This project adds [Batsh](http://batsh.org) support to vim. It covers syntax, indenting, and more.
This project adds Batsh support to vim. It covers syntax, indenting, and more.
Table of Contents
- Installation
- Requirements
- Install using Vundle
Requirements
- vim 7.4 or later
Install using Vundle
- Install Vundle into
~/.vim/bundle/.
-
Configure your vimrc for Vundle. Here's a bare-minimum vimrc that enables all the features of
vim-Batsh:set nocompatible filetype off set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Bundle 'vuryleo/vim-Batsh' syntax enable filetype plugin indent onIf you're adding Vundle to a built-up vimrc, just make sure all these calls are in there and that they occur in this order.
-
Open vim and run
:BundleInstall.
To update, open vim and run :BundleInstall! (notice the bang!)
Thanks
Thanks to vim-SugarCpp and vim-coffee-script.
Actually only minor modification is done to make it work for Batsh