diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 9ec3328ae63b..60c501232089 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 6d930d742adf..e7446892a7d5 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 9de4fa3eb844..c8dd0ca5c63b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,