vimPlugins.artio-nvim: init at 2025-12-28
Co-authored-by: robin <comfysagedev@gmail.com>
This commit is contained in:
@@ -945,6 +945,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
artio-nvim = buildVimPlugin {
|
||||
pname = "artio.nvim";
|
||||
version = "2025-12-28";
|
||||
src = fetchFromGitHub {
|
||||
owner = "comfysage";
|
||||
repo = "artio.nvim";
|
||||
rev = "83909f659c1da7cf8403c31a051f0ccb64c4c636";
|
||||
hash = "sha256-22CIZrIWI8ZjXPnDtdpCzbPmV/EI7z/YFrbGzoogjGA=";
|
||||
};
|
||||
meta.homepage = "https://github.com/comfysage/artio.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
astrocore = buildVimPlugin {
|
||||
pname = "astrocore";
|
||||
version = "2.0.5-unstable-2025-06-06";
|
||||
|
||||
@@ -195,6 +195,14 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
artio-nvim = super.artio-nvim.overrideAttrs {
|
||||
# Requires extui enabled
|
||||
nvimSkipModules = [
|
||||
"artio.view"
|
||||
"artio.picker"
|
||||
];
|
||||
};
|
||||
|
||||
astrocore = super.astrocore.overrideAttrs {
|
||||
dependencies = [ self.lazy-nvim ];
|
||||
};
|
||||
|
||||
@@ -71,6 +71,7 @@ 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/comfysage/artio.nvim/,HEAD,
|
||||
https://github.com/AstroNvim/astrocore/,HEAD,
|
||||
https://github.com/AstroNvim/astrolsp/,HEAD,
|
||||
https://github.com/AstroNvim/astrotheme/,,
|
||||
|
||||
Reference in New Issue
Block a user