bd5cc7a9e0c8
Lisp folding.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sat, 27 Jul 2013 14:39:08 -0400 | 
| parents | d7112a09d1dd | 
| children | 2e9487fd7094 | 
| branches/tags | (none) | 
| files | vim/vimrc | 
Changes
--- a/vim/vimrc Sat Jul 27 14:22:28 2013 -0400 +++ b/vim/vimrc Sat Jul 27 14:39:08 2013 -0400 @@ -702,6 +702,8 @@ au syntax lisp RainbowParenthesesLoadSquare au syntax lisp RainbowParenthesesLoadBraces + au FileType lisp silent! call TurnOnLispFolding() + au FileType lisp noremap <buffer> () :<c-u>call PareditWrap("(", ")")<cr> au FileType lisp noremap <buffer> )( :<c-u>call PareditSplice()<cr> au FileType lisp noremap <buffer> (( :<c-u>call PareditMoveLeft()<cr>