aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7cd795a5..df2219d4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -279,7 +279,7 @@ nnoremap \z :<C-U>setlocal spelllang=en_nz spelllang?<CR>
if &loadplugins
" Add packaged matchit.vim, if supported
- if has('packages')
+ if has('packages') && !has('nvim')
packadd! matchit
endif