mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.futhark-vim: init at 2021-08-24
This commit is contained in:
parent
10291c6eed
commit
1df22181a9
2 changed files with 13 additions and 0 deletions
|
@ -1941,6 +1941,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/shumphrey/fugitive-gitlab.vim/";
|
meta.homepage = "https://github.com/shumphrey/fugitive-gitlab.vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
futhark-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "futhark-vim";
|
||||||
|
version = "2021-08-24";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "BeneCollyridam";
|
||||||
|
repo = "futhark-vim";
|
||||||
|
rev = "fd7d053c74f150712eaa73999f44a3f95c8f08ff";
|
||||||
|
sha256 = "17iwpqxkvflcimc066n5ljjbx603hpaqzk271r37qxdvk58jpn0w";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/BeneCollyridam/futhark-vim/";
|
||||||
|
};
|
||||||
|
|
||||||
fwatch-nvim = buildVimPluginFrom2Nix {
|
fwatch-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "fwatch.nvim";
|
pname = "fwatch.nvim";
|
||||||
version = "2021-07-25";
|
version = "2021-07-25";
|
||||||
|
|
|
@ -40,6 +40,7 @@ b3nj5m1n/kommentary@main
|
||||||
bakpakin/fennel.vim
|
bakpakin/fennel.vim
|
||||||
bazelbuild/vim-bazel
|
bazelbuild/vim-bazel
|
||||||
bbchung/clighter8
|
bbchung/clighter8
|
||||||
|
BeneCollyridam/futhark-vim
|
||||||
benizi/vim-automkdir
|
benizi/vim-automkdir
|
||||||
bhurlow/vim-parinfer
|
bhurlow/vim-parinfer
|
||||||
bitc/vim-hdevtools
|
bitc/vim-hdevtools
|
||||||
|
|
Loading…
Reference in a new issue