diff options
Diffstat (limited to 'configs/shared/misc')
-rw-r--r-- | configs/shared/misc/.config/nvim/init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/misc/.config/nvim/init.vim b/configs/shared/misc/.config/nvim/init.vim index 0fe8082e9817..4da8a5537076 100644 --- a/configs/shared/misc/.config/nvim/init.vim +++ b/configs/shared/misc/.config/nvim/init.vim @@ -3,7 +3,9 @@ set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize +" share Vundle between vim and neovim set rtp+=~/.vim/bundle/Vundle.vim +set rtp+=~/.config/nvim/bundle/Vundle.vim call vundle#begin() " alternatively, pass a path where Vundle should install plugins "call vundle#begin('~/some/path/here') |