add limelight plugin, dictionary updates
This commit is contained in:
@@ -44,6 +44,7 @@ Plugin 'gregsexton/MatchTag'
|
|||||||
Plugin 'tpope/vim-sleuth' " detect indent style (tabs vs. spaces)
|
Plugin 'tpope/vim-sleuth' " detect indent style (tabs vs. spaces)
|
||||||
Plugin 'sickill/vim-pasta'
|
Plugin 'sickill/vim-pasta'
|
||||||
Plugin 'junegunn/goyo.vim'
|
Plugin 'junegunn/goyo.vim'
|
||||||
|
Plugin 'junegunn/limelight.vim'
|
||||||
|
|
||||||
" colorschemes
|
" colorschemes
|
||||||
Plugin 'chriskempson/base16-vim'
|
Plugin 'chriskempson/base16-vim'
|
||||||
|
|||||||
@@ -80,3 +80,4 @@ url
|
|||||||
SitePen
|
SitePen
|
||||||
committer
|
committer
|
||||||
NebraskaJS
|
NebraskaJS
|
||||||
|
fundraisers
|
||||||
|
|||||||
Binary file not shown.
@@ -419,6 +419,9 @@ nmap <leader>mq :MarkedQuit<cr>
|
|||||||
" toggle syntastic
|
" toggle syntastic
|
||||||
nmap <leader>s :SyntasticToggleMode<cr>
|
nmap <leader>s :SyntasticToggleMode<cr>
|
||||||
|
|
||||||
|
" toggle Limelight
|
||||||
|
nmap <leader>f :Limelight!!<cr>
|
||||||
|
|
||||||
" allow es5 mode when looking at TypeScript
|
" allow es5 mode when looking at TypeScript
|
||||||
let g:syntastic_typescript_tsc_args = '--module amd --target ES5 --noImplicitAny'
|
let g:syntastic_typescript_tsc_args = '--module amd --target ES5 --noImplicitAny'
|
||||||
let g:syntastic_typescript_checkers = ['tslint']
|
let g:syntastic_typescript_checkers = ['tslint']
|
||||||
|
|||||||
Reference in New Issue
Block a user