diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 6c3d6dd3..3db24d48 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -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 diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index 9af44a59..dd4f2466 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -141,7 +141,7 @@ nnoremap z :Goyo " => Vim-go """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" let g:go_fmt_command = "goimports" - +let g:go_version_warning = 0 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Syntastic (syntax checker)