vimPlugins.indent-tools-nvim: init at 2023-10-28 (#391222)

This commit is contained in:
Gaétan Lepage
2025-03-19 10:21:50 +01:00
committed by GitHub
3 changed files with 43 additions and 0 deletions

View File

@@ -850,6 +850,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
arshlib-nvim = buildVimPlugin {
pname = "arshlib.nvim";
version = "2024-05-18";
src = fetchFromGitHub {
owner = "arsham";
repo = "arshlib.nvim";
rev = "111fd439268adda206a24b133096893869a50764";
sha256 = "1jmac14w37lybanr8jg4jpi3rkbsjhmz65x5fr7mgd7kagsn3r1n";
};
meta.homepage = "https://github.com/arsham/arshlib.nvim/";
meta.hydraPlatforms = [ ];
};
astrocore = buildVimPlugin {
pname = "astrocore";
version = "2025-02-18";
@@ -6125,6 +6138,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
indent-tools-nvim = buildVimPlugin {
pname = "indent-tools.nvim";
version = "2023-10-28";
src = fetchFromGitHub {
owner = "arsham";
repo = "indent-tools.nvim";
rev = "31b839d65aa04b568fabe5e100a63cc44ef3f5d5";
sha256 = "0vw3j9plwi6ari5p5hmds257xw0szlj2ddf75mjfj6nfzd93ni0p";
};
meta.homepage = "https://github.com/arsham/indent-tools.nvim/";
meta.hydraPlatforms = [ ];
};
indentLine = buildVimPlugin {
pname = "indentLine";
version = "2023-07-14";

View File

@@ -192,6 +192,13 @@ in
dependencies = [ self.middleclass ];
};
arshlib-nvim = super.arshlib-nvim.overrideAttrs {
dependencies = with self; [
nui-nvim
plenary-nvim
];
};
astrocore = super.astrocore.overrideAttrs {
dependencies = [ self.lazy-nvim ];
};
@@ -1464,6 +1471,14 @@ in
nvimSkipModule = "ibl.config.types";
};
indent-tools-nvim = super.indent-tools-nvim.overrideAttrs {
dependencies = with self; [
arshlib-nvim
nvim-treesitter
nvim-treesitter-textobjects
];
};
instant-nvim = super.instant-nvim.overrideAttrs {
nvimSkipModule = [
# Requires global variable config

View File

@@ -64,6 +64,7 @@ https://github.com/ckarnell/antonys-macro-repeater/,,
https://github.com/solarnz/arcanist.vim/,,
https://github.com/vim-scripts/argtextobj.vim/,,
https://github.com/otavioschwanck/arrow.nvim/,,
https://github.com/arsham/arshlib.nvim/,HEAD,
https://github.com/AstroNvim/astrocore/,HEAD,
https://github.com/AstroNvim/astrolsp/,HEAD,
https://github.com/AstroNvim/astrotheme/,,
@@ -469,6 +470,7 @@ https://github.com/haya14busa/incsearch-easymotion.vim/,,
https://github.com/haya14busa/incsearch.vim/,,
https://github.com/lukas-reineke/indent-blankline.nvim/,,
https://github.com/Darazaki/indent-o-matic/,,
https://github.com/arsham/indent-tools.nvim/,HEAD,
https://github.com/Yggdroot/indentLine/,,
https://github.com/ciaranm/inkpot/,,
https://github.com/jbyuki/instant.nvim/,HEAD,