Renaming meson-lspconfig file
This commit is contained in:
@@ -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",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user