diff options
| -rw-r--r-- | .vimrc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,7 +10,6 @@ Plug 'tpope/vim-fugitive' Plug 'tpope/vim-rails', { 'for': 'ruby' } Plug 'tpope/vim-endwise', { 'for': 'ruby' } " Plug 'tpope/vim-surround' -Plug 'vim-syntastic/syntastic' Plug 'sheerun/vim-polyglot' Plug 'junegunn/gv.vim', { 'on': 'GV' } Plug 'junegunn/limelight.vim' @@ -250,8 +249,3 @@ nmap <leader>f :Limelight!!<cr> "Tagbar "======= nmap <F8> :TagbarToggle<CR> - -"Syntastic -"========= -let g:tsuquyomi_disable_quickfix = 1 -let g:syntastic_typescript_checkers = ['tsuquyomi'] |
