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([[
let g:coc_global_extensions = [
\ 'coc-clangd', -- clangd补
\ 'coc-lua', -- lua补全
\ 'coc-python', -- python补
\ 'coc-json', -- json补全
\ 'coc-clangd',
\ 'coc-lua',
\ 'coc-python',
\ 'coc-json',
\
\ 'coc-translator', -- 翻译插件
\ 'coc-yank', -- 剪切板
\ 'coc-pairs', -- 括号补全
\ 'coc-explorer', -- 文件管理
\ 'coc-list',
\ 'coc-translator',
\ 'coc-yank',
\ 'coc-pairs',
\ 'coc-explorer',
\ 'coc-lists',
\ ]
]])