diff --git a/.vimrc b/.vimrc index e2784b8..3f8127d 100644 --- a/.vimrc +++ b/.vimrc @@ -96,6 +96,7 @@ if !has("nvim") endif set virtualedit=block set noshowmode +set tags=.git/tags function! RestoreCursor() let pos = line("'\"")