chore: changed to cmp, cause better

This commit is contained in:
Afonso Franco 2022-12-06 15:52:28 +00:00
parent 05ab746842
commit 854228a538
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 249 additions and 75 deletions

View file

@ -0,0 +1,4 @@
require("mason-lspconfig").setup({
ensure_installed = { "sumneko_lua", "rust_analyzer" , "texlab"},
automatic_installation = true
})