Skip to content

This project adds [Batsh](http://batsh.org) support to vim. It covers syntax, indenting, and more.

License

Notifications You must be signed in to change notification settings

vuryleo/vim-Batsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project adds Batsh support to vim. It covers syntax, indenting, and more.

Table of Contents

Requirements

  • vim 7.4 or later

Install using Vundle

  1. Install Vundle into ~/.vim/bundle/.
  1. 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 on

    If 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.

  2. 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

About

This project adds [Batsh](http://batsh.org) support to vim. It covers syntax, indenting, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published