commit 9fab7d918d3f013920358b5562c80570823f92a8
parent e3d4673abeb8029da0cd472ffcc7654201063c85
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 19 May 2022 20:06:36 +0200
vim: I can just use cfilter instead of romainl's plugin
Diffstat:
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -49,9 +49,6 @@ Plug 'tpope/vim-fugitive'
" Undo tree visualiser
Plug 'simnalamburt/vim-mundo'
-" Quickfix window mappings
-Plug 'romainl/vim-qf'
-
" Repeat everything with '.'
Plug 'tpope/vim-repeat'
@@ -160,6 +157,13 @@ Plug 'Yggdroot/indentLine', { 'for': 'python' }
Plug 'jceb/vim-orgmode', { 'for': 'org' }
call plug#end()
+
+" quickfix filtering
+packadd cfilter
+
+" matchit.vim is default, why not enable it
+packadd matchit
+
" }}}2
" Config {{{2
" Tagbar {{{3
@@ -504,9 +508,6 @@ set dictionary+=/usr/share/dict/words
" thesaurus file
set thesaurus=~/.vim/words/thesaurus/mthesaur.txt
-" matchit.vim is default, why not enable it
-runtime macros/matchit.vim
-
" same with :Man
" I'm lazy-loading this because it really affects my startup time.
" I'm not the only one: https://www.reddit.com/r/vim/comments/emx856/lazy_loading_man_page_plugin/