install vim-jjdescription

This commit is contained in:
sloane 2024-04-06 08:33:53 -04:00
parent 7f839c4424
commit 9872a31ac2
No known key found for this signature in database

View file

@ -27,6 +27,18 @@
vim-textobj-user
nerdtree
(
pkgs.vimUtils.buildVimPlugin {
name = "vim-jjdescription";
src = pkgs.fetchFromGitHub {
owner = "avm99963";
repo = "vim-jjdescription";
rev = "c9bf9f849ead3961ae38ab33f68306996e64c6e8";
hash = "sha256-qnZFuXbzpm2GN/+CfksFfW2O+qTosUZcUagqCTzmtWo=";
};
}
)
];
plugins = {