Silence go plugin warning, set line numbers
This commit is contained in:
parent
53894de44b
commit
3259288859
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue