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
|
|
@ -1,3 +1,9 @@
|
||||||
|
set nocompatible
|
||||||
|
filetype off
|
||||||
|
|
||||||
|
set rtp+=~/.vim/bundle/vundle/
|
||||||
|
call vundle#rc()
|
||||||
|
|
||||||
Bundle 'gmarik/vundle'
|
Bundle 'gmarik/vundle'
|
||||||
Bundle 'mileszs/ack.vim'
|
Bundle 'mileszs/ack.vim'
|
||||||
Bundle 'vim-scripts/argtextobj.vim'
|
Bundle 'vim-scripts/argtextobj.vim'
|
||||||
|
|
@ -30,3 +36,6 @@ Bundle 'majutsushi/tagbar'
|
||||||
Bundle 'timcharper/textile.vim'
|
Bundle 'timcharper/textile.vim'
|
||||||
Bundle 'jnurmine/Zenburn'
|
Bundle 'jnurmine/Zenburn'
|
||||||
Bundle 'mattn/zencoding-vim'
|
Bundle 'mattn/zencoding-vim'
|
||||||
|
|
||||||
|
filetype plugin indent on
|
||||||
|
syntax on
|
||||||
1
setup.sh
1
setup.sh
|
|
@ -5,3 +5,4 @@ ln -sfn "$HOME/.vim/gvimrc" "$HOME/.gvimrc"
|
||||||
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
|
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
|
||||||
|
|
||||||
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
||||||
|
vim -u bundles.vim +BundleInstall +qall
|
||||||
|
|
|
||||||
9
vimrc
9
vimrc
|
|
@ -1,15 +1,8 @@
|
||||||
" lloeki's vimrc
|
" lloeki's vimrc
|
||||||
|
|
||||||
"bundle loading via vundle
|
"bundle loading via vundle
|
||||||
filetype off
|
source ~/.vim/bundles.vim
|
||||||
set rtp+=~/.vim/bundle/vundle/
|
|
||||||
call vundle#rc()
|
|
||||||
source ~/.vim/bundle.vim
|
|
||||||
|
|
||||||
syntax on
|
|
||||||
filetype plugin indent on
|
|
||||||
|
|
||||||
set nocompatible
|
|
||||||
scriptencoding "utf-8"
|
scriptencoding "utf-8"
|
||||||
|
|
||||||
"security measure
|
"security measure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue