Make spacing more consistent
This commit is contained in:
parent
5cb7b44f6a
commit
b36dc30067
1 changed files with 1 additions and 2 deletions
3
vimrc
3
vimrc
|
@ -92,8 +92,7 @@ if has("eval")
|
|||
let g:netrw_sort_sequence='[\/]$,*'
|
||||
let g:netrw_winsize=-28
|
||||
let g:org_tag_column=72
|
||||
" Disable vim-go warning on CentOS
|
||||
let g:go_version_warning = 0
|
||||
let g:go_version_warning=0
|
||||
" Set colour levels for different terminals.
|
||||
if &term == "xterm-256color"
|
||||
set t_Co=256
|
||||
|
|
Loading…
Reference in a new issue