mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Update lua/lsp-config.lua
This commit is contained in:
parent
07788cf1da
commit
26dd4175db
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,7 @@ if not mason_lspconfig_status_ok then
|
|||
return
|
||||
end
|
||||
|
||||
mason.setup({
|
||||
ensure_installed = { "stylya", "rustfmt", "clang-format", "black", "prettier" },
|
||||
})
|
||||
mason.setup({})
|
||||
|
||||
mason_lspconfig.setup({
|
||||
ensure_installed = { "lua_ls", "rust_analyzer", "clangd", "pyright", "marksman" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue