📦️ deps(nvim): import new zig extra

This commit is contained in:
Sergio Laín 2024-11-10 01:43:54 +01:00
parent 8c96d2bb00
commit dd139d90fa
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,41 +1,13 @@
return { return {
{ { import = "lazyvim.plugins.extras.lang.zig" },
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"zig",
},
},
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
zls = {},
},
},
},
{ {
"williamboman/mason.nvim", "williamboman/mason.nvim",
opts = { opts = {
ensure_installed = { ensure_installed = {
"zls",
"codelldb", "codelldb",
}, },
}, },
}, },
{
"nvim-neotest/neotest",
optional = true,
dependencies = {
"lawrence-laz/neotest-zig",
},
opts = {
adapters = {
["neotest-zig"] = {},
},
},
},
{ {
"mfussenegger/nvim-dap", "mfussenegger/nvim-dap",
optional = true, optional = true,