nvim: amp nvim

This commit is contained in:
Anish Lakhwara
2025-09-30 11:16:36 -07:00
parent 1177e076b0
commit 8c48ef0b5b
2 changed files with 51 additions and 9 deletions
+6 -7
View File
@@ -1,9 +1,8 @@
{ 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
# Remove the conditional entirely for now to test
pkgs.vimUtils.buildVimPlugin {
pname = "amp-nvim";
version = "unstable";
src = /Users/anishlakhwara/usr/amp.nvim;
}