aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2024-01-09 19:48:00 +0800
committerGuangxiong Lin <[email protected]>2024-01-09 19:48:00 +0800
commita1c34d47836f203c214df08f2b9356035911bf3e (patch)
treee55df196b0ad18dab488474ad97d90ff39fb4bb4 /.vimrc
parent00d21334b9566d62377995fad03f9bdb000593f7 (diff)
downloaddotfiles-a1c34d47836f203c214df08f2b9356035911bf3e.tar.gz
dotfiles-a1c34d47836f203c214df08f2b9356035911bf3e.tar.bz2
dotfiles-a1c34d47836f203c214df08f2b9356035911bf3e.zip
Update vim config for 9.1
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