Skip to content

Commit 2706f71

Browse files
authored
fix(zig): Remove zig-tools.nvim package (#1616)
1 parent c70bd8c commit 2706f71

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lua/astrocommunity/pack/zig/init.lua

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ return {
1717
table.insert(opts.adapters, require "neotest-zig"(require("astrocore").plugin_opts "neotest-zig"))
1818
end,
1919
},
20-
{
21-
"https://codeberg.org/NTBBloodbath/zig-tools.nvim",
22-
-- Load zig-tools.nvim only in Zig buffers
23-
ft = { "zig" },
24-
opts = {},
25-
dependencies = {
26-
"akinsho/toggleterm.nvim",
27-
"nvim-lua/plenary.nvim",
28-
},
29-
},
3020
{
3121
"AstroNvim/astrolsp",
3222
optional = true,

0 commit comments

Comments
 (0)