Update nvim/init.vim
parent
9cf228357d
commit
bc3a168db1
|
|
@ -98,7 +98,7 @@ nnoremap <C-L> <C-W>l
|
|||
" :inoremap <S-TAB> <TAB>
|
||||
"
|
||||
" #####################################################
|
||||
let g:coc_global_extensions=[ 'coc-snippets', 'coc-powershell', 'coc-sh', 'coc-omnisharp', 'coc-clangd' ]
|
||||
let g:coc_global_extensions=[ 'coc-snippets', 'coc-powershell', 'coc-sh', 'coc-omnisharp', 'coc-clangd', 'coc-json', 'coc-css', 'coc-git' ]
|
||||
|
||||
" Use <C-l> for trigger snippet expand.
|
||||
imap <C-l> <Plug>(coc-snippets-expand)
|
||||
|
|
|
|||
Loading…
Reference in New Issue