From 121d774995252d66ad868f81ed5a37db5bf5d4c7 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 25 Nov 2013 17:11:41 +0100 Subject: [PATCH] cleanup --- bundles.vim | 58 ++++++++++++++++++++++++++++++----------------------- vimrc | 4 ++-- 2 files changed, 35 insertions(+), 27 deletions(-) diff --git a/bundles.vim b/bundles.vim index 48e1761..4e5d649 100644 --- a/bundles.vim +++ b/bundles.vim @@ -7,38 +7,46 @@ set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Bundle 'gmarik/vundle' -Bundle 'mileszs/ack.vim' -Bundle 'vim-scripts/argtextobj.vim' -Bundle 'tpope/vim-bundler' -Bundle 'kchmck/vim-coffee-script' + Bundle 'altercation/vim-colors-solarized' -Bundle 'kien/ctrlp.vim' -Bundle 'Raimondi/delimitMate' -Bundle 'tpope/vim-endwise' -Bundle 'tpope/vim-eunuch' +"Bundle 'Lokaltog/vim-distinguished' +"Bundle 'jnurmine/Zenburn' + +Bundle 'tpope/vim-bundler' Bundle 'tpope/vim-fugitive' +Bundle 'mileszs/ack.vim' + +Bundle 'kien/ctrlp.vim' +"Bundle 'Lokaltog/vim-powerline' +Bundle 'scrooloose/nerdtree' +"Bundle 'ervandew/supertab' +Bundle 'scrooloose/syntastic' +"Bundle 'majutsushi/tagbar' + +Bundle 'kchmck/vim-coffee-script' Bundle 'vim-scripts/glsl.vim' Bundle 'jnwhiteh/vim-golang' -Bundle 'michaeljsmith/vim-indent-object' Bundle 'groenewege/vim-less' -Bundle 'gkz/vim-ls' +"Bundle 'gkz/vim-ls' Bundle 'tpope/vim-markdown' -Bundle 'edsono/vim-matchit' -Bundle 'scrooloose/nerdcommenter' -Bundle 'scrooloose/nerdtree' -Bundle 'Lokaltog/vim-powerline' -Bundle 'tpope/vim-ragtag' -Bundle 'tpope/vim-repeat' -Bundle 'tpope/vim-speeddating' -Bundle 'ervandew/supertab' -Bundle 'tpope/vim-surround' -Bundle 'scrooloose/syntastic' -Bundle 'majutsushi/tagbar' -Bundle 'timcharper/textile.vim' -Bundle 'jnurmine/Zenburn' -Bundle 'mattn/zencoding-vim' -Bundle 'Lokaltog/vim-distinguished' +"Bundle 'timcharper/textile.vim' Bundle 'slim-template/vim-slim' +Bundle 'jboyens/vim-protobuf' +Bundle 'dag/vim-fish' + +Bundle 'vim-scripts/argtextobj.vim' +Bundle 'michaeljsmith/vim-indent-object' + +Bundle 'tpope/vim-repeat' +Bundle 'tpope/vim-surround' +"Bundle 'tpope/vim-ragtag' +"Bundle 'tpope/vim-speeddating' +"Bundle 'mattn/zencoding-vim' +"Bundle 'scrooloose/nerdcommenter' +"Bundle 'Raimondi/delimitMate' +"Bundle 'edsono/vim-matchit' +Bundle 'tpope/vim-endwise' +Bundle 'tpope/vim-eunuch' filetype plugin indent on syntax on diff --git a/vimrc b/vimrc index 63d7d1b..41c2ce5 100644 --- a/vimrc +++ b/vimrc @@ -127,8 +127,8 @@ let g:rubycomplete_classes_in_global = 1 set completeopt+=longest "TagBar -let g:tagbar_usearrows = 1 -nnoremap l :TagbarToggle +"let g:tagbar_usearrows = 1 +"nnoremap l :TagbarToggle "xterm control+arrows