mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 16:23:40 +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 = {
|
vim.g.coc_global_extensions = {
|
||||||
"coc-snippets",
|
"coc-clangd",
|
||||||
"coc-lua",
|
|
||||||
"coc-toml",
|
|
||||||
"coc-rust-analyzer",
|
|
||||||
"coc-json",
|
|
||||||
"coc-java",
|
|
||||||
"coc-haxe",
|
|
||||||
"coc-go",
|
|
||||||
"coc-fish",
|
"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