Skip to content

Commit

Permalink
Remove pathogen and plugin submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Rolf Gruen committed May 8, 2019
1 parent d1daaf1 commit d156654
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 48 deletions.
24 changes: 0 additions & 24 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion vim/.vim/bundle/ack
Submodule ack deleted from a16a9b
1 change: 0 additions & 1 deletion vim/.vim/bundle/ctrlp
Submodule ctrlp deleted from 564176
1 change: 0 additions & 1 deletion vim/.vim/bundle/fugitive
Submodule fugitive deleted from 4cc201
1 change: 0 additions & 1 deletion vim/.vim/bundle/vim-perl
Submodule vim-perl deleted from 7ba069
21 changes: 1 addition & 20 deletions vim/.vim/vimrc
Expand Up @@ -90,19 +90,6 @@ nnoremap <leader>s :mksession<CR>
" open ag.vim
nnoremap <leader>a :Ag
" CtrlP settings
let g:ctrlp_match_window = 'bottom:order:ttb'
let g:ctrlp_switch_buffer = 0
let g:ctrlp_working_path_mode = 0
let g:ctrlp_user_command = 'ag %s -l --nocolor --hidden -h ""'

"
" Launch Config
"

call pathogen#infect() " use pathogen
call pathogen#runtime_append_all_bundles() " use pathogen

"
" Tmux
"
Expand Down Expand Up @@ -226,11 +213,5 @@ au FileType vim set formatoptions-=o " set again for vim files

" status
set laststatus=2
set statusline=%f%m%r%h%w\ [%{&ff}/%Y]\ %{fugitive#statusline()}\ [char=\%03.3b/0x\%02.2B]\ [%04l,%04v\ %p%%]\ [%L\ lines]

"
" PLUGIN CONFIGS
"
set statusline=%f%m%r%h%w\ [%{&ff}/%Y]\ [char=\%03.3b/0x\%02.2B]\ [%04l,%04v\ %p%%]\ [%L\ lines]

" fugitive
nnoremap <leader>g :Gstatus<CR>

0 comments on commit d156654

Please sign in to comment.