Skip to content

Commit 0304dd8

Browse files
committed
vimPlugins.blink-indent: init at 2025-11-07
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
1 parent 1c9bb88 commit 0304dd8

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,19 @@ final: prev: {
17521752
meta.hydraPlatforms = [ ];
17531753
};
17541754

1755+
blink-indent = buildVimPlugin {
1756+
pname = "blink.indent";
1757+
version = "2025-11-07";
1758+
src = fetchFromGitHub {
1759+
owner = "Saghen";
1760+
repo = "blink.indent";
1761+
rev = "a8feeeae8510d16f26afbb5c81f2ad1ccea38d62";
1762+
sha256 = "1qm8h8yfkwf79hnfwn18qmk3546qzr3b9qzr6038lnbf54gzvkff";
1763+
};
1764+
meta.homepage = "https://github.com/Saghen/blink.indent/";
1765+
meta.hydraPlatforms = [ ];
1766+
};
1767+
17551768
blink-nerdfont-nvim = buildVimPlugin {
17561769
pname = "blink-nerdfont.nvim";
17571770
version = "2025-02-06";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ https://github.com/moyiz/blink-emoji.nvim/,HEAD,
135135
https://github.com/MahanRahmati/blink-nerdfont.nvim/,HEAD,
136136
https://github.com/mikavilpas/blink-ripgrep.nvim/,HEAD,
137137
https://github.com/Saghen/blink.compat/,HEAD,
138+
https://github.com/Saghen/blink.indent/,HEAD,
138139
https://github.com/dundalek/bloat.nvim/,HEAD,
139140
https://github.com/HampusHauffman/block.nvim/,HEAD,
140141
https://github.com/uloco/bluloco.nvim/,,

0 commit comments

Comments
 (0)