diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-01-06 14:55:18 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-01-06 14:55:18 +0100 |
| commit | 81f3e688e42c534903b7f85faad985473f781c23 (patch) | |
| tree | 7fa7d60401f0fb24911921e38718ea22f3016173 | |
| parent | be865b6c7d5c138613965f9b8c015f0d7ee2210b (diff) | |
Remove Syntastic plugin
| -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'] |
