Add vim plugin vim-beancount

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
Sirio Balmelli
2019-04-16 20:40:43 +02:00
parent d5b52f3ce0
commit edfbf262ba
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -2201,6 +2201,17 @@ let
};
};
vim-beancount = buildVimPluginFrom2Nix {
pname = "vim-beancount";
version = "2017-10-28";
src = fetchFromGitHub {
owner = "nathangrigg";
repo = "vim-beancount";
rev = "8054352c43168ece62094dfc8ec510e347e19e3c";
sha256 = "0fd4fbdmhapdhjr3f9bhd4lqxzpdwwvpf64vyqwahkqn8hrrbc4m";
};
};
vim-better-whitespace = buildVimPluginFrom2Nix {
pname = "vim-better-whitespace";
version = "2019-01-25";