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