1
0
Fork 0
mirror of synced 2024-06-24 01:41:09 -04:00

Silence go plugin warning, set line numbers

This commit is contained in:
Chris Stavitsky 2018-02-11 15:44:27 -06:00
parent 53894de44b
commit 3259288859
2 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,9 @@
" Sets how many lines of history VIM has to remember
set history=500
" Sets Line Numbers
set number
" Enable filetype plugins
filetype plugin on
filetype indent on

View file

@ -132,7 +132,7 @@ nnoremap <silent> <leader>z :Goyo<cr>
" => Vim-go
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:go_fmt_command = "goimports"
let g:go_version_warning = 0
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Syntastic (syntax checker)