Compare commits
No commits in common. "e7adf3910e42fbdbd3c65e759520210f266ae12d" and "8c2ab48ed51b4115c475476d2731014e647bfcb7" have entirely different histories.
e7adf3910e
...
8c2ab48ed5
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ return {
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
|
|
||||||
config = function()
|
config = function()
|
||||||
local mason_lspconfig = require("mason-lspconfig")
|
local mason_lspconfig = require("mason")
|
||||||
|
|
||||||
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