lspconfig: fix regression from afdc916
This commit is contained in:
parent
3ef6aa1974
commit
e7adf3910e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ return {
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
|
|
||||||
config = function()
|
config = function()
|
||||||
local mason_lspconfig = require("mason")
|
local mason_lspconfig = require("mason-lspconfig")
|
||||||
|
|
||||||
mason_lspconfig.setup({
|
mason_lspconfig.setup({
|
||||||
ensure_installed = { "clangd", "texlab", "lua_ls", "matlab_ls", "mesonlsp", "sqlls", "svlangserver", "ts_ls", "volar" }
|
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