diff --git a/lua/weeheavy/plugins/lsp/mason.lua b/lua/weeheavy/plugins/lsp/mason.lua index 0e4bc19..a8d294b 100644 --- a/lua/weeheavy/plugins/lsp/mason.lua +++ b/lua/weeheavy/plugins/lsp/mason.lua @@ -1,6 +1,6 @@ return { - "williamboman/mason.nvim", - tag = "stable", - lazy = false, - config = true, - } + "williamboman/mason.nvim", + tag = "stable", + -- cmd = "Mason", + config = true, +}