Renaming meson-lspconfig file

This commit is contained in:
Fabio Scotto di Santolo
2025-07-30 17:09:10 +02:00
parent 04c9854f5b
commit 2cb2c3d689

View File

@@ -5,6 +5,13 @@ return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
}, },
opts = { opts = {
ensure_installed = { "pylsp", "lua_ls", "bash-language-server", "gopls", "clangd", "zls" }, ensure_installed = {
"bash-language-server",
"clangd",
"gopls",
"lua_ls",
"pylsp",
"zls",
},
}, },
} }