From 81f3e688e42c534903b7f85faad985473f781c23 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 6 Jan 2021 14:55:18 +0100 Subject: Remove Syntastic plugin --- .vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vimrc b/.vimrc index 48f7b5e..bb8d6cb 100644 --- a/.vimrc +++ b/.vimrc @@ -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 f :Limelight!! "Tagbar "======= nmap :TagbarToggle - -"Syntastic -"========= -let g:tsuquyomi_disable_quickfix = 1 -let g:syntastic_typescript_checkers = ['tsuquyomi'] -- cgit v1.2.3