Browse Source

feat(vim): remove old ctrlp-cmdpalette plugin

Kyle P Davis 2 years ago
parent
commit
32ceb69f70
1 changed files with 0 additions and 2 deletions
  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'
 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]
-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