diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/masontool.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/after/plugin/masontool.lua b/after/plugin/masontool.lua deleted file mode 100644 index 440b64d..0000000 --- a/after/plugin/masontool.lua +++ /dev/null @@ -1,17 +0,0 @@ -local status_ok, masontool = pcall(require, "mason-tool-installer") -if not status_ok then - return -end - -masontool.setup { - ensure_installed = { - 'lua-language-server', - 'bash-language-server', - 'editorconfig-checker', - 'stylua', - 'shellcheck', - 'clangd', - 'html-lsp', - 'css-lsp', - }, -} |