refactored plugins and configurations

This commit is contained in:
2026-05-19 18:33:44 -06:00
parent 5c35466664
commit 4137b7424d
14 changed files with 550 additions and 563 deletions

View File

@@ -1,5 +1,10 @@
-- Zig language support via the official Codeberg-hosted plugin.
-- Loads only on zig files.
return {
'https://codeberg.org/ziglang/zig.vim',
lazy = true,
ft = { "zig" },
{
"https://codeberg.org/ziglang/zig.vim",
lazy = true,
ft = { "zig" },
},
}