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",
|
"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({
|
||||||
|
Loading…
Reference in New Issue
Block a user