Disable vim-go warning
This commit is contained in:
parent
9d90477bed
commit
ffa886208b
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -86,6 +86,8 @@ if has("eval")
|
|||
let g:netrw_liststyle=3
|
||||
let g:netrw_sort_sequence='[\/]$,*'
|
||||
let g:netrw_winsize=-28
|
||||
" Disable vim-go warning on CentOS
|
||||
let g:go_version_warning = 0
|
||||
" Set colour levels for different terminals.
|
||||
if &term == "rxvt-unicode"
|
||||
set t_Co=256
|
||||
|
|
Loading…
Reference in a new issue