summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/lsp/server.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-26 09:33:47 -0400
committerseth <[email protected]>2022-08-26 09:33:47 -0400
commitcbb53c9a6660b8118d816258bc7c5dc0043c61c8 (patch)
tree100bc548c073a82de7657c77a3f9a2c194db8fea /.config/nvim/lua/getchoo/lsp/server.lua
parent8fef927ede6733c20a53c4b0c13d2ab4cb08b604 (diff)
configure mason-lspconfig correctly
Diffstat (limited to '.config/nvim/lua/getchoo/lsp/server.lua')
-rw-r--r--.config/nvim/lua/getchoo/lsp/server.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/getchoo/lsp/server.lua b/.config/nvim/lua/getchoo/lsp/server.lua
index 2aae4da..62a84e9 100644
--- a/.config/nvim/lua/getchoo/lsp/server.lua
+++ b/.config/nvim/lua/getchoo/lsp/server.lua
@@ -8,7 +8,7 @@ local null_ls = require("null-ls")
local config = require("getchoo.lsp.config")
require("mason").setup()
-require("mason-lspconfig").setup(config.mason_lsp)
+require("mason-lspconfig").setup(config.mason_lspconfig)
require("mason-tool-installer").setup(config.mason_tool_installer)
vim.opt.runtimepath:append("~/.local/share/nvim/mason/bin/")