From 5a25d075ad3f26bcdc14e39b75c1f893fcc79eef Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 Jul 2018 23:51:04 +1200 Subject: Move plugin-specific settings into ~/.vim/plugin Makes way more sense--these files won't get loaded by definition unless plugins are enabled, and dist.vim will still be in time to stop the distributed plugins from loading. --- vim/plugin/matchit.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/plugin/matchit.vim (limited to 'vim/plugin/matchit.vim') diff --git a/vim/plugin/matchit.vim b/vim/plugin/matchit.vim new file mode 100644 index 00000000..31e6e37d --- /dev/null +++ b/vim/plugin/matchit.vim @@ -0,0 +1,6 @@ +" Get matchit.vim, one way or another +if has('packages') && !has('nvim') + packadd! matchit +else + silent! runtime macros/matchit.vim +endif -- cgit v1.2.3