Compare commits
2 commits
8c2ab48ed5
...
e7adf3910e
Author | SHA1 | Date | |
---|---|---|---|
e7adf3910e | |||
3ef6aa1974 |
2 changed files with 3 additions and 3 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