mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
nvim: reorganize plugins
This commit is contained in:
10
packages/vimPlugins/vim-fetch.nix
Normal file
10
packages/vimPlugins/vim-fetch.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ vimUtils, fetchFromGitHub }:
|
||||
(vimUtils.buildVimPluginFrom2Nix rec {
|
||||
name = "vim-fetch";
|
||||
src = fetchFromGitHub {
|
||||
owner = "wsdjeg";
|
||||
repo = "vim-fetch";
|
||||
rev = "76c08586e15e42055c9c21321d9fca0677442ecc";
|
||||
sha256 = "0avcqjcqvxgj00r477ps54rjrwvmk5ygqm3qrzghbj9m1gpyp2kz";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user