Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -785,6 +785,18 @@ final: prev: meta.homepage = "https://github.com/AstroNvim/astrotheme/"; }; astroui = buildVimPlugin { pname = "astroui"; version = "2024-12-23"; src = fetchFromGitHub { owner = "AstroNvim"; repo = "astroui"; rev = "81ddd0315ac4b260a4563a00be943992901ae5e5"; sha256 = "1qv9ny98wxyjdyzsw5gmn4wfsklrl01m27hxaba0mypirjr0kv1r"; }; meta.homepage = "https://github.com/AstroNvim/astroui/"; }; async-vim = buildVimPlugin { pname = "async.vim"; version = "2022-04-04"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +10 −1 Original line number Diff line number Diff line Loading @@ -148,9 +148,18 @@ in }; astrotheme = super.astrotheme.overrideAttrs { nvimRequireCheck = "astrotheme"; nvimSkipModule = [ # attempt to index local 'c' (a nil value) "astrotheme.groups.plugins.flash" "astrotheme.groups.plugins.todo-comments" ]; }; astroui = super.astroui.overrideAttrs (oa: { # Readme states that astrocore is an optional dependency nativeCheckInputs = oa.nativeCheckInputs ++ [ self.astrocore ]; }); asyncrun-vim = super.asyncrun-vim.overrideAttrs { nvimSkipModule = [ # vim plugin with optional toggleterm integration Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ https://github.com/otavioschwanck/arrow.nvim/,, https://github.com/AstroNvim/astrocore/,HEAD, https://github.com/AstroNvim/astrolsp/,HEAD, https://github.com/AstroNvim/astrotheme/,, https://github.com/AstroNvim/astroui/,HEAD, https://github.com/prabirshrestha/async.vim/,, https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD, https://github.com/prabirshrestha/asyncomplete-file.vim/,HEAD, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -785,6 +785,18 @@ final: prev: meta.homepage = "https://github.com/AstroNvim/astrotheme/"; }; astroui = buildVimPlugin { pname = "astroui"; version = "2024-12-23"; src = fetchFromGitHub { owner = "AstroNvim"; repo = "astroui"; rev = "81ddd0315ac4b260a4563a00be943992901ae5e5"; sha256 = "1qv9ny98wxyjdyzsw5gmn4wfsklrl01m27hxaba0mypirjr0kv1r"; }; meta.homepage = "https://github.com/AstroNvim/astroui/"; }; async-vim = buildVimPlugin { pname = "async.vim"; version = "2022-04-04"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +10 −1 Original line number Diff line number Diff line Loading @@ -148,9 +148,18 @@ in }; astrotheme = super.astrotheme.overrideAttrs { nvimRequireCheck = "astrotheme"; nvimSkipModule = [ # attempt to index local 'c' (a nil value) "astrotheme.groups.plugins.flash" "astrotheme.groups.plugins.todo-comments" ]; }; astroui = super.astroui.overrideAttrs (oa: { # Readme states that astrocore is an optional dependency nativeCheckInputs = oa.nativeCheckInputs ++ [ self.astrocore ]; }); asyncrun-vim = super.asyncrun-vim.overrideAttrs { nvimSkipModule = [ # vim plugin with optional toggleterm integration Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ https://github.com/otavioschwanck/arrow.nvim/,, https://github.com/AstroNvim/astrocore/,HEAD, https://github.com/AstroNvim/astrolsp/,HEAD, https://github.com/AstroNvim/astrotheme/,, https://github.com/AstroNvim/astroui/,HEAD, https://github.com/prabirshrestha/async.vim/,, https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD, https://github.com/prabirshrestha/asyncomplete-file.vim/,HEAD, Loading