Skip to content

Commit

Permalink
feat(pack): update Zig url (#564)
Browse files Browse the repository at this point in the history
* Update README.md

* Update init.lua
  • Loading branch information
NTBBloodbath authored Sep 9, 2023
1 parent 751812a commit 877c949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/zig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ This plugin pack does the following:

- Adds `zig` Treesitter parsers
- Adds `zls` language server
- Adds [zig-tools.nvim](https://github.com/NTBBloodbath/zig-tools.nvim)
- Adds [zig-tools.nvim](https://codeberg.org/NTBBloodbath/zig-tools.nvim)
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/zig/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return {
},

{
"NTBBloodbath/zig-tools.nvim",
"https://codeberg.org/NTBBloodbath/zig-tools.nvim",
-- Load zig-tools.nvim only in Zig buffers
ft = { "zig" },
opts = {},
Expand Down

0 comments on commit 877c949

Please sign in to comment.