diff options
Diffstat (limited to '.config/nvim/lua/getchoo/lsp/config/mason.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/lsp/config/mason.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/nvim/lua/getchoo/lsp/config/mason.lua b/.config/nvim/lua/getchoo/lsp/config/mason.lua deleted file mode 100644 index 24adffb..0000000 --- a/.config/nvim/lua/getchoo/lsp/config/mason.lua +++ /dev/null @@ -1,17 +0,0 @@ --- --- config for mason tools --- - -local sources = require("getchoo.lsp.config.sources") - -local M = {} - -M.mason_tool_installer = { - ensure_installed = sources.mason, -} - -M.mason_lspconfig = { - automatic_installation = true, -} - -return M |
