Skip to content

Commit

Permalink
drop dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
aep-sunlife committed Mar 12, 2024
1 parent 269b751 commit 8fcc77d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ call plug#begin('~/.vim/plugged')
Plug 'godlygeek/tabular'
Plug 'hashivim/vim-terraform'
Plug 'kylelaker/riscv.vim'
Plug 'mcandre/Conque-Shell'
Plug 'moll/vim-bbye'
Plug 'mtth/scratch.vim'
Plug 'plasticboy/vim-markdown'
Expand Down Expand Up @@ -229,13 +228,6 @@ let g:ctrlp_user_command = [
\ 'cd %s && git ls-files -co --exclude-standard | grep -vE "vendor|\\.gif|\\.jpeg|\\.jpg|\\.mp3|\\.png|\\.wav|\\.webm|\\.webp"'
\ ]

" Conque Allow C-w window navigation while in insert mode
let g:ConqueTerm_CWInsert = 1

" Replace shell with Conque-Shell
set nocp
cabbrev sh sh<C-\>esubstitute(getcmdline(), '^sh', 'ConqueTerm bash\ -i', '')<cr>

" Autolaunch NERDTree
autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 1 && isdirectory(argv()[0]) && !exists("s:std_in") | exe 'NERDTree' argv()[0] | wincmd p | ene | endif
Expand Down

0 comments on commit 8fcc77d

Please sign in to comment.