lspconfig: fix regression from afdc916
This commit is contained in:
parent
6252e08783
commit
472a1b8cea
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ return {
|
|||
"williamboman/mason-lspconfig.nvim",
|
||||
|
||||
config = function()
|
||||
local mason_lspconfig = require("mason")
|
||||
local mason_lspconfig = require("mason-lspconfig")
|
||||
|
||||
mason_lspconfig.setup({
|
||||
ensure_installed = { "clangd", "texlab", "lua_ls", "matlab_ls", "mesonlsp", "sqlls", "svlangserver", "ts_ls", "volar" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue