Compare commits

...

2 Commits

Author SHA1 Message Date
6feaf58284 Use :FZF for ctrl-p 2022-12-23 07:43:16 -07:00
c06890cb27 Remove fzf.vim install in vim config
The fzf package installs it system wide
2022-12-23 07:42:48 -07:00

View File

@ -21,7 +21,6 @@ Plug 'hrsh7th/cmp-path'
Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/nvim-cmp'
Plug 'hrsh7th/vim-vsnip'
Plug 'junegunn/fzf'
Plug 'kchmck/vim-coffee-script'
Plug 'lifepillar/vim-solarized8'
Plug 'majutsushi/tagbar'
@ -234,7 +233,7 @@ endfunction
nnoremap <leader>s :Ags<space>
" FZF
nnoremap <C-p> :FZF!<CR>
nnoremap <C-p> :FZF<CR>
" NERD Commenter
let g:NERDSpaceDelims = 1