aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 954f4db..c182071 100644
--- a/.vimrc
+++ b/.vimrc
@@ -36,6 +36,10 @@ if has('python3')
elseif has('python')
endif
+if has('patch-9.0.1921')
+ set jumpoptions=stack
+endif
+
" GUI
set guioptions-=m
@@ -149,6 +153,7 @@ cnoremap <C-G> <C-C>
packadd! onedark.vim
silent colorscheme onedark
+runtime ftplugin/man.vim
packadd matchit
packadd cfilter