mirror of
1
0
Fork 0
This commit is contained in:
Chris Stavitsky 2018-03-11 01:50:55 +00:00 committed by GitHub
commit 0f2484aa69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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