vimPlugins.floating-input-nvim: init at 2023-03-09

This commit is contained in:
"Ilan Joselevich"
2023-03-13 16:40:13 +02:00
parent 8e34e66f40
commit 2c3e2ce383
2 changed files with 13 additions and 0 deletions
@@ -3022,6 +3022,18 @@ final: prev:
meta.homepage = "https://github.com/ncm2/float-preview.nvim/";
};
floating-input-nvim = buildVimPluginFrom2Nix {
pname = "floating-input.nvim";
version = "2023-03-09";
src = fetchFromGitHub {
owner = "liangxianzhe";
repo = "floating-input.nvim";
rev = "2ac3b4b75de72ea715a04d6d1b8d92c7718d2c64";
sha256 = "165jk5dhi8lv6fcbfwk395vw5yikmm1v2r74l0nvpa3j6xl1h7zm";
};
meta.homepage = "https://github.com/liangxianzhe/floating-input.nvim/";
};
floating-nvim = buildVimPluginFrom2Nix {
pname = "floating.nvim";
version = "2021-07-19";
@@ -252,6 +252,7 @@ https://github.com/andviro/flake8-vim/,,
https://github.com/willothy/flatten.nvim/,HEAD,
https://github.com/ggandor/flit.nvim/,HEAD,
https://github.com/ncm2/float-preview.nvim/,,
https://github.com/liangxianzhe/floating-input.nvim/,HEAD,
https://github.com/fhill2/floating.nvim/,,
https://github.com/floobits/floobits-neovim/,,
https://github.com/akinsho/flutter-tools.nvim/,HEAD,