Skip to content

Commit f0b4915

Browse files
authoredMar 19, 2025
vimPlugins.indent-tools-nvim: init at 2023-10-28 (#391222)
2 parents 2ac9a6c + dbda729 commit f0b4915

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
 

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

+26
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,19 @@ final: prev:
850850
meta.hydraPlatforms = [ ];
851851
};
852852

853+
arshlib-nvim = buildVimPlugin {
854+
pname = "arshlib.nvim";
855+
version = "2024-05-18";
856+
src = fetchFromGitHub {
857+
owner = "arsham";
858+
repo = "arshlib.nvim";
859+
rev = "111fd439268adda206a24b133096893869a50764";
860+
sha256 = "1jmac14w37lybanr8jg4jpi3rkbsjhmz65x5fr7mgd7kagsn3r1n";
861+
};
862+
meta.homepage = "https://github.com/arsham/arshlib.nvim/";
863+
meta.hydraPlatforms = [ ];
864+
};
865+
853866
astrocore = buildVimPlugin {
854867
pname = "astrocore";
855868
version = "2025-02-18";
@@ -6125,6 +6138,19 @@ final: prev:
61256138
meta.hydraPlatforms = [ ];
61266139
};
61276140

6141+
indent-tools-nvim = buildVimPlugin {
6142+
pname = "indent-tools.nvim";
6143+
version = "2023-10-28";
6144+
src = fetchFromGitHub {
6145+
owner = "arsham";
6146+
repo = "indent-tools.nvim";
6147+
rev = "31b839d65aa04b568fabe5e100a63cc44ef3f5d5";
6148+
sha256 = "0vw3j9plwi6ari5p5hmds257xw0szlj2ddf75mjfj6nfzd93ni0p";
6149+
};
6150+
meta.homepage = "https://github.com/arsham/indent-tools.nvim/";
6151+
meta.hydraPlatforms = [ ];
6152+
};
6153+
61286154
indentLine = buildVimPlugin {
61296155
pname = "indentLine";
61306156
version = "2023-07-14";

‎pkgs/applications/editors/vim/plugins/overrides.nix

+15
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ in
192192
dependencies = [ self.middleclass ];
193193
};
194194

195+
arshlib-nvim = super.arshlib-nvim.overrideAttrs {
196+
dependencies = with self; [
197+
nui-nvim
198+
plenary-nvim
199+
];
200+
};
201+
195202
astrocore = super.astrocore.overrideAttrs {
196203
dependencies = [ self.lazy-nvim ];
197204
};
@@ -1464,6 +1471,14 @@ in
14641471
nvimSkipModule = "ibl.config.types";
14651472
};
14661473

1474+
indent-tools-nvim = super.indent-tools-nvim.overrideAttrs {
1475+
dependencies = with self; [
1476+
arshlib-nvim
1477+
nvim-treesitter
1478+
nvim-treesitter-textobjects
1479+
];
1480+
};
1481+
14671482
instant-nvim = super.instant-nvim.overrideAttrs {
14681483
nvimSkipModule = [
14691484
# Requires global variable config

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

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ https://github.com/ckarnell/antonys-macro-repeater/,,
6464
https://github.com/solarnz/arcanist.vim/,,
6565
https://github.com/vim-scripts/argtextobj.vim/,,
6666
https://github.com/otavioschwanck/arrow.nvim/,,
67+
https://github.com/arsham/arshlib.nvim/,HEAD,
6768
https://github.com/AstroNvim/astrocore/,HEAD,
6869
https://github.com/AstroNvim/astrolsp/,HEAD,
6970
https://github.com/AstroNvim/astrotheme/,,
@@ -469,6 +470,7 @@ https://github.com/haya14busa/incsearch-easymotion.vim/,,
469470
https://github.com/haya14busa/incsearch.vim/,,
470471
https://github.com/lukas-reineke/indent-blankline.nvim/,,
471472
https://github.com/Darazaki/indent-o-matic/,,
473+
https://github.com/arsham/indent-tools.nvim/,HEAD,
472474
https://github.com/Yggdroot/indentLine/,,
473475
https://github.com/ciaranm/inkpot/,,
474476
https://github.com/jbyuki/instant.nvim/,HEAD,

0 commit comments

Comments
 (0)
Failed to load comments.