install vim-jjdescription
This commit is contained in:
parent
7f839c4424
commit
9872a31ac2
1 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,18 @@
|
||||||
vim-textobj-user
|
vim-textobj-user
|
||||||
|
|
||||||
nerdtree
|
nerdtree
|
||||||
|
|
||||||
|
(
|
||||||
|
pkgs.vimUtils.buildVimPlugin {
|
||||||
|
name = "vim-jjdescription";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "avm99963";
|
||||||
|
repo = "vim-jjdescription";
|
||||||
|
rev = "c9bf9f849ead3961ae38ab33f68306996e64c6e8";
|
||||||
|
hash = "sha256-qnZFuXbzpm2GN/+CfksFfW2O+qTosUZcUagqCTzmtWo=";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
Loading…
Reference in a new issue