vimPlugins.filemention-nvim: init at 0-unstable-2026-05-21 (#524494)

This commit is contained in:
Gaétan Lepage
2026-05-26 16:58:14 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -5894,6 +5894,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";
@@ -419,6 +419,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/,,