diff options
| author | Matt Kohls <mattkohls13@gmail.com> | 2020-09-20 17:50:39 -0400 |
|---|---|---|
| committer | Matt Kohls <mattkohls13@gmail.com> | 2020-09-20 17:50:39 -0400 |
| commit | 83c77b132ce845703464720f9e1c256663b8f084 (patch) | |
| tree | d57cb8105c68733d8c683e74092e45de9b8fd9d7 | |
| parent | 126c79af4b43becba7bf46d40851c7f3f4e79d22 (diff) | |
| download | dotfiles-83c77b132ce845703464720f9e1c256663b8f084.tar.gz dotfiles-83c77b132ce845703464720f9e1c256663b8f084.tar.bz2 dotfiles-83c77b132ce845703464720f9e1c256663b8f084.zip | |
Fixing nvim vundle loading
| -rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ " BEGIN VUNDLE CONFIG set nocompatible filetype off -set rtp+=~/.config/nvim/.vim/bundle/Vundle.vim +set rtp+=~/.config/nvim/bundle/Vundle.vim call vundle#begin() " Vundle, a plugin manager for vim |
