Remove syntastic for now
Rust + substrate + tooling xD
This commit is contained in:
parent
5ab4586494
commit
16fb581726
1 changed files with 1 additions and 12 deletions
13
vim/.vimrc
13
vim/.vimrc
|
@ -10,7 +10,6 @@ Plug 'tpope/vim-eunuch'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-rhubarb'
|
Plug 'tpope/vim-rhubarb'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'vim-syntastic/syntastic'
|
|
||||||
|
|
||||||
" languages
|
" languages
|
||||||
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||||
|
@ -56,7 +55,7 @@ set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
|
||||||
set textwidth=80
|
set textwidth=80
|
||||||
set colorcolumn=80,120
|
" set colorcolumn=80,120
|
||||||
|
|
||||||
" For commands
|
" For commands
|
||||||
set infercase
|
set infercase
|
||||||
|
@ -128,16 +127,6 @@ noremap <C-p> :FZF<CR>
|
||||||
" rust.vim
|
" rust.vim
|
||||||
let g:rustfmt_autosave = 1
|
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
|
" vim-bbye
|
||||||
nnoremap <silent> <Leader>bd :Bdelete<CR>
|
nnoremap <silent> <Leader>bd :Bdelete<CR>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue