diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index cfa071e2e4c6..c1c7e9ff7069 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 05a9c1a7c42c..83a0be39c199 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index e7d806675e78..2c1b8c627e0e 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,