mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
even easier setup
This commit is contained in:
parent
09bc286ab4
commit
17b492736c
3 changed files with 11 additions and 8 deletions
9
vimrc
9
vimrc
|
|
@ -1,15 +1,8 @@
|
|||
" lloeki's vimrc
|
||||
|
||||
"bundle loading via vundle
|
||||
filetype off
|
||||
set rtp+=~/.vim/bundle/vundle/
|
||||
call vundle#rc()
|
||||
source ~/.vim/bundle.vim
|
||||
source ~/.vim/bundles.vim
|
||||
|
||||
syntax on
|
||||
filetype plugin indent on
|
||||
|
||||
set nocompatible
|
||||
scriptencoding "utf-8"
|
||||
|
||||
"security measure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue