mirror of
https://github.com/elisspace/dotfiles.git
synced 2026-08-29 15:43:57 +00:00
10 lines
170 B
VimL
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
|
|
|