neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

build.zig.zon (352B)


      1 .{
      2     .name = "unibilium",
      3     .version = "2.1.2",
      4     .paths = .{""},
      5 
      6     .dependencies = .{
      7         .unibilium = .{
      8             .url = "git+https://github.com/neovim/unibilium?ref=v2.1.2#bfcb0350129dd76893bc90399cf37c45812268a2",
      9             .hash = "N-V-__8AADO1CgCggvx73yptnBlXbEm7TjOSO6VGIqc0CvYR",
     10             .lazy = true,
     11         },
     12     },
     13 }