1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Removed dead conf

This commit is contained in:
2013-05-19 19:29:42 +02:00
parent 6bacf09398
commit 737d6f976b

15
.vimrc
View File

@@ -114,9 +114,6 @@ if $TERM == 'linux' && !has("gui_running")
endif
"}}}
"PLUGINS: {{{
" eclim buffers {{{2
map <Leader>B :Buffers<CR>
" }}}
"VimWIKI {{{2
let g:vimwiki_list = [{'path': '~/vimwiki/',
\ 'template_path': '~/vimwiki/',
@@ -153,10 +150,6 @@ let Tlist_Sort_Type = "name"
let Tlist_Exit_OnlyWindow = 1
let Tlist_WinWidth = 40
"}}}
"Tagbar {{{2
"let g:tagbar_autoclose = 1
"nmap <Leader>T :TagbarToggle<CR>
"}}}
"Pydoc {{{2
let g:pydoc_cmd = "/usr/bin/pydoc"
"}}}
@@ -179,14 +172,6 @@ nmap <M-Down> ]c
nmap <C-Up> \dk
nmap <C-Down> \dj
" }}}
" Buffergator {{{2
"let g:buffergator_split_size=10
"let g:buffergator_viewport_split_policy='B'
"let g:buffergator_suppress_keymaps=1
"let g:buffergator_sort_regime="filepath"
"let g:buffergator_display_regime="filepath"
"map <Leader>b :BuffergatorToggle<CR>
" }}}
"Gundo {{{2
map <Leader>u :GundoToggle<cr>
"}}}