summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-09-26 00:01:14 +0800
committerMineralwaterXu <[email protected]>2020-09-26 00:01:14 +0800
commite23cce5c02b60e951faba879524208bb67a20463 (patch)
tree874da4df44cf3de8cf9e00aee4a9afbe05451b4a /init.vim
parentebdb5086df2d1ba27ec1a73ad93dee3ed22d0935 (diff)
modified coc.vim config
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index a672655..a9fd8fc 100644
--- a/init.vim
+++ b/init.vim
@@ -273,7 +273,10 @@ endfunc
" ===
" === coc.nvim
" ===
-let g:coc_global_extensions = ['coc-json', 'coc-vimlsp']
+let g:coc_global_extensions = [
+ \ 'coc-json',
+ \ 'coc-vimlsp',
+ \ 'coc-jedi']
" TextEdit might fail if hidden is not set.
set hidden