📦️ 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 {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"zig",
},
},
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
zls = {},
},
},
},
{ import = "lazyvim.plugins.extras.lang.zig" },
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"zls",
"codelldb",
},
},
},
{
"nvim-neotest/neotest",
optional = true,
dependencies = {
"lawrence-laz/neotest-zig",
},
opts = {
adapters = {
["neotest-zig"] = {},
},
},
},
{
"mfussenegger/nvim-dap",
optional = true,