vimPlugins.fwatch-nvim: init at 2021-04-26
This commit is contained in:
committed by
Jonathan Ringer
parent
8e5211de81
commit
7cda01fcb8
@@ -1545,6 +1545,18 @@ let
|
||||
meta.homepage = "https://github.com/shumphrey/fugitive-gitlab.vim/";
|
||||
};
|
||||
|
||||
fwatch-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "fwatch-nvim";
|
||||
version = "2021-04-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rktjmp";
|
||||
repo = "fwatch.nvim";
|
||||
rev = "5fd6bff00d7fa432cdc847819563dad90bcf649d";
|
||||
sha256 = "1jc3kv0w3767593p9capif3p0msf8ac5xal170757ghfiy2jhsp9";
|
||||
};
|
||||
meta.homepage = "https://github.com/rktjmp/fwatch.nvim/";
|
||||
};
|
||||
|
||||
fzf-lsp-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "fzf-lsp-nvim";
|
||||
version = "2021-02-04";
|
||||
|
||||
Reference in New Issue
Block a user