diff --git a/vimrc b/vimrc index 3232149..6e12e6b 100644 --- a/vimrc +++ b/vimrc @@ -4,3 +4,7 @@ " Set up the runtime path set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim let &rtp=&rtp.','.expand(':p:h').'/vim' + +if has("nvim") + lua pcall(require, "plugins") +end