This commit is contained in:
QQ 2023-01-21 22:51:22 +08:00
parent 1673881b9e
commit 20ab814b8d
1 changed files with 10 additions and 10 deletions

View File

@ -1,15 +1,15 @@
vim.cmd([[ vim.cmd([[
let g:coc_global_extensions = [ let g:coc_global_extensions = [
\ 'coc-clangd', -- clangd补 \ 'coc-clangd',
\ 'coc-lua', -- lua补全 \ 'coc-lua',
\ 'coc-python', -- python补 \ 'coc-python',
\ 'coc-json', -- json补全 \ 'coc-json',
\ \
\ 'coc-translator', -- 翻译插件 \ 'coc-translator',
\ 'coc-yank', -- 剪切板 \ 'coc-yank',
\ 'coc-pairs', -- 括号补全 \ 'coc-pairs',
\ 'coc-explorer', -- 文件管理 \ 'coc-explorer',
\ 'coc-list', \ 'coc-lists',
\ ] \ ]
]]) ]])