change mason config to auto install formatter delete cocconfig
This commit is contained in:
parent
7fe0aa3562
commit
1c353c9247
@ -1,4 +1,5 @@
|
||||
require("mason").setup({
|
||||
ensure_installed = {"black", "stylua","clang-format","gofmt","styler", "eslint_d", "jq"},
|
||||
automatic_installation = true, -- automatically detect which servers to install (based on which servers are set up via lspconfig)
|
||||
ui = {
|
||||
icons = {
|
||||
@ -13,3 +14,4 @@ require("mason-lspconfig").setup({
|
||||
automatic_installation = true,
|
||||
ensure_installed = { "lua_ls", "clangd", "pyright" },
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user