diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 837469f7..6d7a6f3d 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -419,3 +419,5 @@ endfunction " if has("autocmd") " au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif "endif + +set nu