Skip to content

Instantly share code, notes, and snippets.

@jackkinsella
Created September 4, 2011 18:48
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jackkinsella/1193298 to your computer and use it in GitHub Desktop.
Save jackkinsella/1193298 to your computer and use it in GitHub Desktop.
How to add autoclose to Janus
#~/.janus.rake file
vim_plugin_task "autoclose", "git://github.com/Townk/vim-autoclose.git"
#~/vimrc.local file
let g:AutoClosePairs = {'(': ')', '{': '}', '[': ']', '"': '"', "'": "'", '#{': '}', '|':'|' }
let g:AutoCloseProtectedRegions = ["Character"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment