diff options
| author | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
| commit | ec625679986252986af154d9f0f7125881308338 (patch) | |
| tree | 0babf95069bd29634e4e76588b255493401e9f86 /.config/nvim/lua/getchoo/lsp/config/mason.lua | |
| parent | a1b2b3cb5840e08a851cec662ebcfa699cfbfa98 (diff) | |
meow
Diffstat (limited to '.config/nvim/lua/getchoo/lsp/config/mason.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/lsp/config/mason.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/getchoo/lsp/config/mason.lua b/.config/nvim/lua/getchoo/lsp/config/mason.lua index 7201814..6814697 100644 --- a/.config/nvim/lua/getchoo/lsp/config/mason.lua +++ b/.config/nvim/lua/getchoo/lsp/config/mason.lua @@ -4,11 +4,11 @@ local sources = require("getchoo.lsp.config.sources") local M = {} M.mason_tool_installer = { - ensure_installed = sources.mason, + ensure_installed = sources.mason, } M.mason_lspconfig = { - automatic_installation = true, + automatic_installation = true, } return M |
