From 16fb581726c5b29dc3e9823b3c472d4e4f616c77 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 13 Sep 2022 14:40:28 -0400 Subject: [PATCH] Remove syntastic for now Rust + substrate + tooling xD --- vim/.vimrc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index f660b24..f166126 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -10,7 +10,6 @@ Plug 'tpope/vim-eunuch' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-rhubarb' Plug 'tpope/vim-surround' -Plug 'vim-syntastic/syntastic' " languages Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } @@ -56,7 +55,7 @@ set number set relativenumber set textwidth=80 -set colorcolumn=80,120 +" set colorcolumn=80,120 " For commands set infercase @@ -128,16 +127,6 @@ noremap :FZF " rust.vim let g:rustfmt_autosave = 1 -" syntastic -" recommended settings for syntastic beginners -set statusline+=%#warningmsg# -set statusline+=%{SyntasticStatuslineFlag()} -set statusline+=%* -let g:syntastic_always_populate_loc_list = 1 -let g:syntastic_auto_loc_list = 1 -let g:syntastic_check_on_open = 1 -let g:syntastic_check_on_wq = 0 - " vim-bbye nnoremap bd :Bdelete