VimR icon

VimR 0.63.0,20260425.152925

GUI for the Neovim text editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    vimr # VimR
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    vimr # VimR
  ];
}

Package Definition

{
  "pname": "vimr",
  "version": "0.63.0,20260425.152925",
  "src": {
    "url": "https://github.com/qvacua/vimr/releases/download/v0.63.0-20260425.152925/VimR-v0.63.0.tar.bz2",
    "sha256": "ff099fcd27b373af084513c77e1db8637d5eca3707f4e1257c21818cdf6ca0b8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VimR.app\" && cp -r \"VimR.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/VimR.app/Contents/Resources/vimr\" \"$out/bin/vimr\""
  ],
  "meta": {
    "description": "GUI for the Neovim text editor",
    "homepage": "https://github.com/qvacua/vimr"
  }
}