vimPlugins.filemention-nvim: init at 0-unstable-2026-05-21

https://github.com/not-manu/filemention.nvim

vimPlugins.filemention-nvim: added optional dependencie
This commit is contained in:
vimlinuz
2026-05-26 22:23:25 +05:45
parent 60dd3b28f0
commit 3d2df72444
2 changed files with 15 additions and 0 deletions
@@ -5880,6 +5880,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
filemention-nvim = buildVimPlugin {
pname = "filemention.nvim";
version = "0-unstable-2026-05-21";
src = fetchFromGitHub {
owner = "not-manu";
repo = "filemention.nvim";
rev = "6085f2c226834081638e1e8af1ced32c78eaf8b3";
hash = "sha256-igcHSzEQPyek4wsNZg+iZluBSSrRIImUxl2+MGmiLKU=";
};
meta.homepage = "https://github.com/not-manu/filemention.nvim/";
meta.license = getLicenseFromSpdxId "MIT";
meta.hydraPlatforms = [ ];
};
fine-cmdline-nvim = buildVimPlugin {
pname = "fine-cmdline.nvim";
version = "0-unstable-2026-03-19";
@@ -418,6 +418,7 @@ https://github.com/micampe/fennel.vim/,,
https://github.com/wincent/ferret/,,
https://github.com/bogado/file-line/,,
https://github.com/lewis6991/fileline.nvim/,,
https://github.com/not-manu/filemention.nvim/,,
https://github.com/VonHeikemen/fine-cmdline.nvim/,,
https://github.com/glacambre/firenvim/,,
https://github.com/andviro/flake8-vim/,,