idk some bullshit about amp

This commit is contained in:
Anish Lakhwara
2025-09-17 17:11:23 -07:00
parent 440ed69398
commit 1177e076b0
10 changed files with 129 additions and 28 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs }:
if pkgs.stdenv.isDarwin && builtins.pathExists /Users/anishlakhwara/usr/amp.nvim then
pkgs.vimUtils.buildVimPlugin {
pname = "amp-nvim";
version = "unstable";
src = /Users/anishlakhwara/usr/amp.nvim;
}
else null