Make vim-go work

rita
blallo 2021-06-22 22:49:57 +02:00
parent 03b9070a25
commit 02051bb50d
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
2 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,4 @@ let g:go_highlight_fields = 1
let g:go_highlight_functions = 1
let g:go_highlight_function_calls = 1
let g:go_imports_autosave = 0

1
vimrc
View File

@ -23,6 +23,7 @@ source $VIMHOME/config/vim-rooter.vim
""" general
filetype plugin indent on
set nospell
" restore screen after quitting
" au VimLeave * :!clear