From b258258e84d3111248f7bff311660192b766119a Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 13 Apr 2022 10:38:22 +0800 Subject: Add quickfix plugin in vim --- .vim/after/plugin/qf.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/after/plugin/qf.vim (limited to '.vim/after/plugin/qf.vim') diff --git a/.vim/after/plugin/qf.vim b/.vim/after/plugin/qf.vim new file mode 100644 index 0000000..dbe2700 --- /dev/null +++ b/.vim/after/plugin/qf.vim @@ -0,0 +1,3 @@ +let g:qf_mapping_ack_style = 1 +let g:qf_auto_open_quickfix= 1 +let g:qf_auto_open_loclist = 1 -- cgit v1.2.3