mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Update lua/lsp-config.lua
This commit is contained in:
@@ -13,10 +13,12 @@ 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" },
|
ensure_installed = { "lua_ls", "rust_analyzer", "clangd", "pyright", "marksman" },
|
||||||
})
|
})
|
||||||
|
|
||||||
local cnl_ok, cmp_nvim_lsp = pcall(require, "cmp_nvim_lsp")
|
local cnl_ok, cmp_nvim_lsp = pcall(require, "cmp_nvim_lsp")
|
||||||
|
|||||||
Reference in New Issue
Block a user