add limelight plugin, dictionary updates

This commit is contained in:
Nick Nisi
2015-07-25 18:29:55 -05:00
parent cfbcb54941
commit 0a75fcbce1
4 changed files with 5 additions and 0 deletions

View File

@@ -419,6 +419,9 @@ nmap <leader>mq :MarkedQuit<cr>
" toggle syntastic
nmap <leader>s :SyntasticToggleMode<cr>
" toggle Limelight
nmap <leader>f :Limelight!!<cr>
" allow es5 mode when looking at TypeScript
let g:syntastic_typescript_tsc_args = '--module amd --target ES5 --noImplicitAny'
let g:syntastic_typescript_checkers = ['tslint']