refactor(nvim): do not auto install clangd or asm-lsp

This commit is contained in:
Price Hiller 2024-09-21 14:50:24 -05:00
parent a416fa1a24
commit fdeb4e7bfa
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -166,7 +166,7 @@ return {
{ {
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",
opts = { opts = {
automatic_installation = true, automatic_installation = { exclude = { "clangd", "asm-lsp" } },
handlers = { handlers = {
["jdtls"] = function() ["jdtls"] = function()
require("java").setup({ require("java").setup({