add ctrlp-vim

This commit is contained in:
LavaDesu 2021-07-05 13:48:41 +07:00
parent b1e160b367
commit ce9156620f
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -25,6 +25,7 @@ in {
coc-tsserver
coc-yaml
ctrlp-vim
nerdtree
vim-airline
vim-material
@ -74,6 +75,7 @@ in {
inoremap <silent><expr> <c-space> coc#refresh()
" various aliases
nnoremap <c-h> :NERDTreeToggle
nnoremap <leader>r :source $MYVIMRC<CR>
command! -nargs=0 Sw w !doas tee % > /dev/null