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

@@ -44,6 +44,7 @@ Plugin 'gregsexton/MatchTag'
Plugin 'tpope/vim-sleuth' " detect indent style (tabs vs. spaces)
Plugin 'sickill/vim-pasta'
Plugin 'junegunn/goyo.vim'
Plugin 'junegunn/limelight.vim'
" colorschemes
Plugin 'chriskempson/base16-vim'

View File

@@ -80,3 +80,4 @@ url
SitePen
committer
NebraskaJS
fundraisers

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']