1
0
Fork 0
mirror of synced 2024-06-15 21:41:10 -04:00
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 " Sets how many lines of history VIM has to remember
set history=500 set history=500
" Sets Line Numbers
set number
" Enable filetype plugins " Enable filetype plugins
filetype plugin on filetype plugin on
filetype indent on filetype indent on

View file

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