Mercurial > dotfiles
comparison vim/vimrc @ 155:1cacc16689cb
Updated syntastic, upgraded `vimrc` to new settings.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 20 Nov 2013 21:52:58 -0800 |
parents | 8e555c4986cd |
children | 7fd22eb11789 |
comparison
equal
deleted
inserted
replaced
148:501de71d020e | 155:1cacc16689cb |
---|---|
226 | 226 |
227 " Make Ctrl-P cache stuff in our temp directory. | 227 " Make Ctrl-P cache stuff in our temp directory. |
228 let g:ctrlp_cache_dir = s:vim_home.'/cache' | 228 let g:ctrlp_cache_dir = s:vim_home.'/cache' |
229 | 229 |
230 " Use `pyflakes` with `syntastic`. | 230 " Use `pyflakes` with `syntastic`. |
231 let g:syntastic_python_checker = 'pyflakes' | 231 let g:syntastic_python_checkers = ['pyflakes'] |
232 | 232 |
233 " Custom Mercurial commands highlighting in Lawrencium. | 233 " Custom Mercurial commands highlighting in Lawrencium. |
234 let g:lawrencium_hg_commands_file_types = { | 234 let g:lawrencium_hg_commands_file_types = { |
235 \'clog': 'hggraphlog' | 235 \'clog': 'hggraphlog' |
236 \} | 236 \} |