|
26 | 26 | Bundle 'altercation/vim-colors-solarized' |
27 | 27 | Bundle 'spf13/vim-colors' |
28 | 28 | Bundle 'scrooloose/nerdtree' |
29 | | - Bundle 'xolox/vim-session' |
30 | | - Bundle 'Lokaltog/vim-powerline' |
31 | 29 | Bundle 'scrooloose/nerdcommenter' |
32 | | - Bundle 'tpope/vim-fugitive' |
33 | 30 | Bundle 'scrooloose/syntastic' |
34 | 31 | Bundle 'nvie/vim-rst-tables' |
35 | 32 | Bundle 'klen/python-mode' |
|
41 | 38 | Bundle 'flazz/vim-colorschemes' |
42 | 39 | Bundle 'nono/vim-handlebars' |
43 | 40 | Bundle 'tpope/vim-markdown' |
44 | | - Bundle 'airblade/vim-rooter' |
45 | | - Bundle 'topfunky/PeepOpen-EditorSupport', {'rtp': 'vim-peepopen/'} |
46 | 41 | Bundle 'leshill/vim-json' |
47 | 42 | Bundle 'groenewege/vim-less' |
48 | 43 | Bundle 'pangloss/vim-javascript' |
49 | 44 | Bundle 'briancollins/vim-jst' |
50 | | - Bundle 'amirh/HTML-AutoCloseTag' |
51 | 45 | Bundle 'ChrisYip/Better-CSS-Syntax-for-Vim' |
52 | | - Bundle 'matchit.zip' |
53 | | - Bundle 'mattn/webapi-vim' |
54 | | - Bundle 'mattn/gist-vim' |
55 | 46 | Bundle 'spf13/vim-preview' |
56 | 47 | Bundle 'kien/ctrlp.vim' |
57 | | - Bundle 'chrisbra/Recover.vim' |
58 | 48 | Bundle 'tomtom/tlib_vim' |
59 | 49 | Bundle 'MarcWeber/vim-addon-mw-utils' |
60 | 50 | Bundle 'garbas/vim-snipmate' |
|
95 | 85 | """ } |
96 | 86 |
|
97 | 87 |
|
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 | | - |
111 | 88 |
|
112 | 89 | """ Ruler { |
113 | 90 | if has('cmdline_info') |
@@ -561,3 +538,6 @@ if has("autocmd") && !exists("autocommands_loaded") |
561 | 538 | \ strftime("%Y %b %d") |
562 | 539 | endfun |
563 | 540 | endif |
| 541 | + |
| 542 | +" disable autofolding |
| 543 | +set nofoldenable |
0 commit comments