소스 검색

feat(vim): remove old ctrlp-cmdpalette plugin

Kyle P Davis 2 년 전
부모
커밋
32ceb69f70
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .vimrc

+ 0 - 2
.vimrc

@@ -103,8 +103,6 @@ Plug 'ctrlpvim/ctrlp.vim'  " fuzzy file matcher / opener
 let ctrlp_user_cmd_fallback = 'find %s -type f'
 let ctrlp_user_cmd_fallback = 'find %s -type f'
 if executable('rg') | let ctrlp_user_cmd_fallback = 'rg --files %s' | endif
 if executable('rg') | let ctrlp_user_cmd_fallback = 'rg --files %s' | endif
 let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files . -co --exclude-standard', ctrlp_user_cmd_fallback]
 let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files . -co --exclude-standard', ctrlp_user_cmd_fallback]
-Plug 'fisadev/vim-ctrlp-cmdpalette'  " fuzzy command matcher / runner
-"TODO: detect SHIFT?: map <Shift><C-p> :CtrlPCmdPalette<CR>
 
 
 Plug 'tpope/vim-fugitive'  " git commands and statusline
 Plug 'tpope/vim-fugitive'  " git commands and statusline