Skip to content

Commit 21e3f36

Browse files
committed
vimPlugins.lensline-nvim: init at 2025-08-28
1 parent 5de2d66 commit 21e3f36

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
@@ -7055,6 +7055,19 @@ final: prev: {
70557055
meta.hydraPlatforms = [ ];
70567056
};
70577057

7058+
lensline-nvim = buildVimPlugin {
7059+
pname = "lensline.nvim";
7060+
version = "2025-08-28";
7061+
src = fetchFromGitHub {
7062+
owner = "oribarilan";
7063+
repo = "lensline.nvim";
7064+
rev = "e057fe1845d58ca52967c8805eb6ff8f4d16f3d7";
7065+
sha256 = "0ckwyvj6764npn836cjva7mmifzcnhz73a03kmq7p18r81sbrqgj";
7066+
};
7067+
meta.homepage = "https://github.com/oribarilan/lensline.nvim/";
7068+
meta.hydraPlatforms = [ ];
7069+
};
7070+
70587071
lessspace-vim = buildVimPlugin {
70597072
pname = "lessspace.vim";
70607073
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
@@ -541,6 +541,7 @@ https://github.com/ggandor/leap.nvim/,HEAD,
541541
https://github.com/kawre/leetcode.nvim/,HEAD,
542542
https://github.com/mrjones2014/legendary.nvim/,HEAD,
543543
https://github.com/camspiers/lens.vim/,,
544+
https://github.com/oribarilan/lensline.nvim/,HEAD,
544545
https://github.com/thirtythreeforty/lessspace.vim/,,
545546
https://github.com/cohama/lexima.vim/,,
546547
https://github.com/lmburns/lf.nvim/,HEAD,

0 commit comments

Comments
 (0)