aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-06-30 02:22:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-06-30 02:23:44 +1200
commite971b24be369ee58010d6185c94ea187fe50f2e6 (patch)
treeaebcd2d7b1e15f2ef20994e3b87369c4c64451be
parentExplicitly cast terminal color count for comparing (diff)
downloaddotfiles-e971b24be369ee58010d6185c94ea187fe50f2e6.tar.gz
dotfiles-e971b24be369ee58010d6185c94ea187fe50f2e6.zip
Discard Neovim feature test
fhis config don't support Neovim since 4ea0f85.
-rw-r--r--vim/plugin/matchit.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/matchit.vim b/vim/plugin/matchit.vim
index f842bd9c..392b2728 100644
--- a/vim/plugin/matchit.vim
+++ b/vim/plugin/matchit.vim
@@ -1,5 +1,5 @@
" Get matchit.vim, one way or another
-if has('packages') && !has('nvim')
+if has('packages')
packadd matchit
else
runtime macros/matchit.vim