dotfiles/dot_vim/bundle/Vundle.vim/test/minirc.vim
2023-02-01 06:38:24 +01:00

9 lines
170 B
VimL

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