refactor(nvim): do not auto install clangd
or asm-lsp
This commit is contained in:
parent
a416fa1a24
commit
fdeb4e7bfa
@ -166,7 +166,7 @@ return {
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
automatic_installation = true,
|
||||
automatic_installation = { exclude = { "clangd", "asm-lsp" } },
|
||||
handlers = {
|
||||
["jdtls"] = function()
|
||||
require("java").setup({
|
||||
|
Loading…
Reference in New Issue
Block a user