vimPlugins.lf-nvim: init at 2023-10-03

This commit is contained in:
Benedikt Peetz
2025-03-29 14:55:38 +01:00
parent 8152d1fe57
commit e315c0e09b
3 changed files with 18 additions and 0 deletions
@@ -6804,6 +6804,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
lf-nvim = buildVimPlugin {
pname = "lf.nvim";
version = "2023-10-03";
src = fetchFromGitHub {
owner = "lmburns";
repo = "lf.nvim";
rev = "69ab1efcffee6928bf68ac9bd0c016464d9b2c8b";
sha256 = "0hwd90ahqm3hh78qhz7id064bkx8xrinfn133d74ws30gf0y9kfa";
};
meta.homepage = "https://github.com/lmburns/lf.nvim/";
meta.hydraPlatforms = [ ];
};
lf-vim = buildVimPlugin {
pname = "lf.vim";
version = "2024-03-18";
@@ -1560,6 +1560,10 @@ in
];
};
lf-nvim = super.lf-nvim.overrideAttrs {
dependencies = [ self.toggleterm-nvim ];
};
lf-vim = super.lf-vim.overrideAttrs {
dependencies = [ self.vim-floaterm ];
};
@@ -521,6 +521,7 @@ https://github.com/mrjones2014/legendary.nvim/,HEAD,
https://github.com/camspiers/lens.vim/,,
https://github.com/thirtythreeforty/lessspace.vim/,,
https://github.com/cohama/lexima.vim/,,
https://github.com/lmburns/lf.nvim/,HEAD,
https://github.com/ptzz/lf.vim/,,
https://github.com/LucHermitte/lh-brackets/,,
https://github.com/LucHermitte/lh-vim-lib/,,