install script working as it should
This commit is contained in:
9
.config/nvim/bundle/Vundle.vim/test/minirc.vim
Normal file
9
.config/nvim/bundle/Vundle.vim/test/minirc.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
set nocompatible
|
||||
syntax on
|
||||
filetype off
|
||||
set rtp+=~/.vim/bundle/Vundle.vim/
|
||||
call vundle#begin()
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
call vundle#end()
|
||||
filetype plugin indent on
|
||||
|
||||
Reference in New Issue
Block a user