idk some bullshit about amp
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user