added coc pyright

main
The_miro 2025-05-06 09:29:21 +02:00
parent 668d281862
commit 649014f4c3
1 changed files with 1 additions and 1 deletions

View File

@ -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)