added coc pyright
parent
668d281862
commit
649014f4c3
|
|
@ -89,7 +89,7 @@ nnoremap <C-k> <C-w>k
|
|||
" :inoremap <S-TAB> <TAB>
|
||||
"
|
||||
" #####################################################
|
||||
let g:coc_global_extensions=[ 'coc-snippets', 'coc-powershell', 'coc-sh', 'coc-omnisharp', 'coc-clangd', 'coc-json', 'coc-css', 'coc-git' ]
|
||||
let g:coc_global_extensions=[ 'coc-snippets', 'coc-powershell', 'coc-sh', 'coc-omnisharp', 'coc-clangd', 'coc-json', 'coc-css', 'coc-git', 'coc-pyright' ]
|
||||
|
||||
" Use <C-l> for trigger snippet expand.
|
||||
imap <C-l> <Plug>(coc-snippets-expand)
|
||||
|
|
|
|||
Loading…
Reference in New Issue