Compare commits

...

2 commits

Author SHA1 Message Date
e7adf3910e lspconfig: fix regression from afdc916
Some checks failed
Send submodule updates to parent repo / update (main) (push) Has been cancelled
Send submodule updates to parent repo / update (tiling) (push) Has been cancelled
2025-02-12 16:36:08 +01:00
3ef6aa1974 misc: remove whitespace damage 2025-02-12 16:33:32 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -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" }