1
0
mirror of https://github.com/elisspace/dotfiles.git synced 2026-08-29 15:43:57 +00:00
Files
dotfiles/dot_vim/bundle/Vundle.vim/test/minirc.vim
2022-06-13 09:59:13 -04:00

10 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