mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:53:01 +01:00
update coc config
This commit is contained in:
parent
44c084e921
commit
839319cdd7
1 changed files with 10 additions and 9 deletions
|
@ -1,12 +1,13 @@
|
|||
vim.g.coc_global_extensions = {
|
||||
"coc-snippets",
|
||||
"coc-lua",
|
||||
"coc-toml",
|
||||
"coc-rust-analyzer",
|
||||
"coc-json",
|
||||
"coc-java",
|
||||
"coc-haxe",
|
||||
"coc-go",
|
||||
"coc-clangd",
|
||||
"coc-fish",
|
||||
"coc-clangd"
|
||||
"coc-go",
|
||||
"coc-haxe",
|
||||
"coc-java",
|
||||
"coc-json",
|
||||
"coc-kotlin",
|
||||
"coc-lua",
|
||||
"coc-rust-analyzer",
|
||||
"coc-snippets",
|
||||
"coc-toml",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue