Skip to content

Commit d25621f

Browse files
committed
remove bundles I do not (willingly) use
1 parent 2c7e03e commit d25621f

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

dotvimrc

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
Bundle 'altercation/vim-colors-solarized'
2727
Bundle 'spf13/vim-colors'
2828
Bundle 'scrooloose/nerdtree'
29-
Bundle 'xolox/vim-session'
30-
Bundle 'Lokaltog/vim-powerline'
3129
Bundle 'scrooloose/nerdcommenter'
32-
Bundle 'tpope/vim-fugitive'
3330
Bundle 'scrooloose/syntastic'
3431
Bundle 'nvie/vim-rst-tables'
3532
Bundle 'klen/python-mode'
@@ -41,20 +38,13 @@
4138
Bundle 'flazz/vim-colorschemes'
4239
Bundle 'nono/vim-handlebars'
4340
Bundle 'tpope/vim-markdown'
44-
Bundle 'airblade/vim-rooter'
45-
Bundle 'topfunky/PeepOpen-EditorSupport', {'rtp': 'vim-peepopen/'}
4641
Bundle 'leshill/vim-json'
4742
Bundle 'groenewege/vim-less'
4843
Bundle 'pangloss/vim-javascript'
4944
Bundle 'briancollins/vim-jst'
50-
Bundle 'amirh/HTML-AutoCloseTag'
5145
Bundle 'ChrisYip/Better-CSS-Syntax-for-Vim'
52-
Bundle 'matchit.zip'
53-
Bundle 'mattn/webapi-vim'
54-
Bundle 'mattn/gist-vim'
5546
Bundle 'spf13/vim-preview'
5647
Bundle 'kien/ctrlp.vim'
57-
Bundle 'chrisbra/Recover.vim'
5848
Bundle 'tomtom/tlib_vim'
5949
Bundle 'MarcWeber/vim-addon-mw-utils'
6050
Bundle 'garbas/vim-snipmate'
@@ -95,19 +85,6 @@
9585
""" }
9686

9787

98-
""" Statusline {
99-
if has('statusline')
100-
set laststatus=2
101-
" Broken down into easily includeable segments
102-
set statusline=%<%f\ " Filename
103-
set statusline+=%w%h%m%r " Options
104-
set statusline+=%{fugitive#statusline()} " Git Hotness
105-
set statusline+=\ [%{&ff}/%Y] " filetype
106-
set statusline+=\ [%{getcwd()}] " current dir
107-
set statusline+=%=%-14.(%l,%c%V%)\ %p%% " Right aligned file nav info
108-
endif
109-
""" }
110-
11188

11289
""" Ruler {
11390
if has('cmdline_info')
@@ -561,3 +538,6 @@ if has("autocmd") && !exists("autocommands_loaded")
561538
\ strftime("%Y %b %d")
562539
endfun
563540
endif
541+
542+
" disable autofolding
543+
set nofoldenable

0 commit comments

Comments
 (0)