mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
Update lua/lsp-config.lua
This commit is contained in:
@@ -13,9 +13,7 @@ if not mason_lspconfig_status_ok then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
mason.setup({
|
mason.setup({})
|
||||||
ensure_installed = { "stylya", "rustfmt", "clang-format", "black", "prettier" },
|
|
||||||
})
|
|
||||||
|
|
||||||
mason_lspconfig.setup({
|
mason_lspconfig.setup({
|
||||||
ensure_installed = { "lua_ls", "rust_analyzer", "clangd", "pyright", "marksman" },
|
ensure_installed = { "lua_ls", "rust_analyzer", "clangd", "pyright", "marksman" },
|
||||||
|
|||||||
Reference in New Issue
Block a user