mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
vimPlugins.fwatch-nvim: init at 2021-04-26
This commit is contained in:
parent
8e5211de81
commit
7cda01fcb8
@ -1545,6 +1545,18 @@ let
|
|||||||
meta.homepage = "https://github.com/shumphrey/fugitive-gitlab.vim/";
|
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 {
|
fzf-lsp-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "fzf-lsp-nvim";
|
pname = "fzf-lsp-nvim";
|
||||||
version = "2021-02-04";
|
version = "2021-02-04";
|
||||||
|
@ -531,6 +531,7 @@ rhysd/vim-grammarous
|
|||||||
rhysd/vim-operator-surround
|
rhysd/vim-operator-surround
|
||||||
RishabhRD/nvim-lsputils
|
RishabhRD/nvim-lsputils
|
||||||
RishabhRD/popfix
|
RishabhRD/popfix
|
||||||
|
rktjmp/fwatch.nvim@main
|
||||||
rktjmp/lush.nvim@main
|
rktjmp/lush.nvim@main
|
||||||
rmagatti/auto-session@main
|
rmagatti/auto-session@main
|
||||||
rodjek/vim-puppet
|
rodjek/vim-puppet
|
||||||
|
Loading…
Reference in New Issue
Block a user