Mercurial > dotfiles
diff vim/vimrc @ 55:a7932e0fa961
Enable lawrencium debugging.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 08 Dec 2011 12:29:57 -0800 |
parents | 966df1f863be |
children | 6df571869f4a |
line wrap: on
line diff
--- a/vim/vimrc Thu Dec 08 12:29:38 2011 -0800 +++ b/vim/vimrc Thu Dec 08 12:29:57 2011 -0800 @@ -206,7 +206,14 @@ " }}} -" Temporary stuff +" Temporary stuff {{{ + +" Enable debugging Lawrencium +let g:lawrencium_debug = 1 +let g:lawrencium_trace = 1 + +" }}} + "let mapleader="," " Use , as Leader "let gmapleader="," "map Y y$ " Yank to the end of the line w/ Y