[vim] Add snippets

Bo Jeanes 2020-08-24 14:30:26 +10:00
parent 7fc97bfd54
commit 9fb6b41701
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ nnoremap <M-r> :%s/<C-r>///g<Left><Left>
" default behaviour of searching for current word)
Plug 'thinca/vim-visualstar'
Plug 'honza/vim-snippets' " Contains snippets that coc-snippets can expand
Plug 'neoclide/coc.nvim', {'tag': '*', 'branch': 'release', 'do': { -> coc#util#install()}}
let g:coc_global_extensions = [
\ 'coc-actions',