mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-24 14:59:46 +01:00
nvim: coc-python swapped for coc-pyright
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
file:///home/tiynger/ownCloud
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ endfunction
|
|||||||
let g:coc_global_extensions = [
|
let g:coc_global_extensions = [
|
||||||
\ 'coc-java',
|
\ 'coc-java',
|
||||||
\ 'coc-markdownlint',
|
\ 'coc-markdownlint',
|
||||||
\ 'coc-python',
|
\ 'coc-pyright',
|
||||||
\ 'coc-sh',
|
\ 'coc-sh',
|
||||||
\ 'coc-vimtex',
|
\ 'coc-vimtex',
|
||||||
\ ]
|
\ ]
|
||||||
|
|||||||
Reference in New Issue
Block a user