mason and meson
This commit is contained in:
parent
e2775e7ac1
commit
260fea0439
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +0,0 @@
|
|||
return {
|
||||
-- { "mason-org/mason.nvim", version = "^1.0.0" },
|
||||
-- { "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
|
||||
}
|
||||
|
|
@ -3,6 +3,10 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "meson" } },
|
||||
},
|
||||
{
|
||||
"mason-org/mason.nvim",
|
||||
opts = { ensure_installed = { "mesonlsp" } },
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue