diff options
Diffstat (limited to 'lua/ache/plugins/lsp/mason-config.lua')
| -rw-r--r-- | lua/ache/plugins/lsp/mason-config.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lua/ache/plugins/lsp/mason-config.lua b/lua/ache/plugins/lsp/mason-config.lua index a2a26e8..0352aef 100644 --- a/lua/ache/plugins/lsp/mason-config.lua +++ b/lua/ache/plugins/lsp/mason-config.lua @@ -1,3 +1,8 @@ +--[ +-- This plugin is responsable of having external tools correcly present on the system. +-- Precisely, the configuration part. +--] + return { "williamboman/mason.nvim", dependencies = { @@ -24,7 +29,7 @@ return { mason_lspconfig.setup({ lazy = true, ensure_installed = { - "tsserver", + -- "tsserver", "html", "cssls", "ltex", |