Skip to content

Commit 2cdf6e7

Browse files
authored
vimPlugins.lensline-nvim: init at 2025-08-28 (#438181)
2 parents f2946a2 + 21e3f36 commit 2cdf6e7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7210,6 +7210,19 @@ final: prev: {
72107210
meta.hydraPlatforms = [ ];
72117211
};
72127212

7213+
lensline-nvim = buildVimPlugin {
7214+
pname = "lensline.nvim";
7215+
version = "2025-08-28";
7216+
src = fetchFromGitHub {
7217+
owner = "oribarilan";
7218+
repo = "lensline.nvim";
7219+
rev = "e057fe1845d58ca52967c8805eb6ff8f4d16f3d7";
7220+
sha256 = "0ckwyvj6764npn836cjva7mmifzcnhz73a03kmq7p18r81sbrqgj";
7221+
};
7222+
meta.homepage = "https://github.com/oribarilan/lensline.nvim/";
7223+
meta.hydraPlatforms = [ ];
7224+
};
7225+
72137226
lessspace-vim = buildVimPlugin {
72147227
pname = "lessspace.vim";
72157228
version = "2023-02-13";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ https://github.com/ggandor/leap.nvim/,HEAD,
553553
https://github.com/kawre/leetcode.nvim/,HEAD,
554554
https://github.com/mrjones2014/legendary.nvim/,HEAD,
555555
https://github.com/camspiers/lens.vim/,,
556+
https://github.com/oribarilan/lensline.nvim/,HEAD,
556557
https://github.com/thirtythreeforty/lessspace.vim/,,
557558
https://github.com/cohama/lexima.vim/,,
558559
https://github.com/lmburns/lf.nvim/,HEAD,

0 commit comments

Comments
 (0)