Zig-AoC-Template VS zig.vim

Compare Zig-AoC-Template vs zig.vim and see what are their differences.

Zig-AoC-Template

A template for Advent of Code participants using Zig (by SpexGuy)

zig.vim

Vim configuration for Zig (by ziglang)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Zig-AoC-Template zig.vim
2 6
93 398
- 2.5%
3.6 5.0
19 days ago 4 months ago
Zig Vim Script
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Zig-AoC-Template

Posts with mentions or reviews of Zig-AoC-Template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-17.
  • Debugging Zig on VSCode on MacOS
    1 project | /r/Zig | 14 Dec 2022
    Breakpoint works for me when using https://github.com/SpexGuy/Zig-AoC-Template and .vscode/launch.json
  • Failing to Learn Zig via Advent of Code
    8 projects | /r/Zig | 17 Jan 2022
    I started with near minimal experience with zig, so the first few days were slow going. The https://github.com/SpexGuy/Zig-AoC-Template project was most likely the main reason I started and kept going with zig over another language.

zig.vim

Posts with mentions or reviews of zig.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • How to configure vim like an IDE
    44 projects | /r/vim | 27 Jun 2023
    I'm not a fan of debuggers and whatnot, so I don't have anything for that, but I use zig.vim for Zig/C/C++/Obj. C/anything else integration like highlighting. Additionally, vim-scripts/a.vim can be used for alternating between implementation/header files. I don't use it myself but vim-snippets can be used for common snippets.
  • Porting a simple Mark-Sweep Garbage Collector to Zig
    5 projects | dev.to | 20 May 2022
    Out of the box Vim works well enough as an editor for Zig but the experience is a bit underwhelming. So I installed the Vim configuration for Zig plugin get syntax highlighting.
  • Failing to Learn Zig via Advent of Code
    8 projects | /r/Zig | 17 Jan 2022
    About the fast zig check, looking around the the zig.vim plugin code, I think it would be zig fmt --ast-check.
  • Is there a zig plugin for neovim?
    3 projects | /r/Zig | 22 Oct 2021
    There is zig-vim, language server and support in nvim-treesitter
  • Set compiler from lua
    1 project | /r/neovim | 20 Aug 2021
    Currently there is no lua api for this command, so if you want a lua solution you would need to reimplement the functionality or reimplement the stuff inside this folder https://github.com/ziglang/zig.vim/tree/master/compiler
  • Ziglang : first contact with memory safety and simplicity
    4 projects | dev.to | 7 Feb 2021
    install zig for vim : https://github.com/ziglang/zig.vim

What are some alternatives?

When comparing Zig-AoC-Template and zig.vim you can also consider the following projects:

Advent2021 - Advent of Code 2021 Solutions, in Zig

zls - A Zig language server supporting Zig developers with features like autocomplete and goto definition

advent-of-code-2021

vim-plug - :hibiscus: Minimalist Vim Plugin Manager

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

neovim - Vim-fork focused on extensibility and usability

semver - Semantic Versioning Specification

nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!

SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc

helloZig - A zig sandbox

zig-docgen - documentation generator for zig

Vim - The official Vim repository