Add vim plugin vim-beancount
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
parent
d5b52f3ce0
commit
edfbf262ba
2 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -203,6 +203,7 @@ motus/pig.vim
|
|||
mpickering/hlint-refactor-vim
|
||||
natebosch/vim-lsc
|
||||
nathanaelkane/vim-indent-guides
|
||||
nathangrigg/vim-beancount
|
||||
navicore/vissort.vim
|
||||
nbouscal/vim-stylish-haskell
|
||||
ncm2/ncm2
|
||||
|
|
Loading…
Reference in a new issue