|
@@ -260,27 +260,3 @@ function! CleanClose()
|
|
|
exe "bd".todelbufNr
|
|
|
endfunction
|
|
|
|
|
|
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
-" Pathogen plugin
|
|
|
-"
|
|
|
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
-call pathogen#runtime_append_all_bundles()
|
|
|
-call pathogen#helptags()
|
|
|
-
|
|
|
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
-" Gundo plugin
|
|
|
-"
|
|
|
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
-let g:gundo_right = 1
|
|
|
-let g:gundo_width = 80
|
|
|
-let g:gundo_preview_height = 35
|
|
|
-nnoremap <F3> :GundoToggle<CR>
|
|
|
-
|
|
|
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
-" NetRW setup
|
|
|
-"
|
|
|
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
-let g:netrw_liststyle=3 " Use tree-mode as default view
|
|
|
-let g:netrw_browse_split=4 " Open file in previous buffer
|
|
|
-let g:netrw_preview=1 " preview window shown in a vertically split
|
|
|
-
|