diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 069972b55c15..931c835b7fa2 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -14545,6 +14545,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + timerly = buildVimPlugin { + pname = "timerly"; + version = "2025-04-16"; + src = fetchFromGitHub { + owner = "nvzone"; + repo = "timerly"; + rev = "17299a4d332c483ce09052fe8478b41b992f2594"; + sha256 = "0nfyw98nb95df0dpnxlaipgar92b8z2z3rxfih2fc86m6gxv2mm2"; + }; + meta.homepage = "https://github.com/nvzone/timerly/"; + meta.hydraPlatforms = [ ]; + }; + timestamp-vim = buildVimPlugin { pname = "timestamp.vim"; version = "2010-11-06"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 80661c30f724..8b8a4ad9da4e 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3353,6 +3353,10 @@ in ]; }; + timerly = super.timerly.overrideAttrs { + dependencies = [ self.nvzone-volt ]; + }; + tmux-complete-vim = super.tmux-complete-vim.overrideAttrs { # Vim plugin with optional nvim-compe lua module nvimSkipModules = [ "compe_tmux" ]; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 65b55ee08c1b..93311ced4a63 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1116,6 +1116,7 @@ https://github.com/johmsalas/text-case.nvim/,HEAD, https://github.com/vhsconnect/themed-tabs.nvim/,HEAD, https://github.com/ron89/thesaurus_query.vim/,, https://github.com/itchyny/thumbnail.vim/,, +https://github.com/nvzone/timerly/,HEAD, https://github.com/vim-scripts/timestamp.vim/,, https://github.com/levouh/tint.nvim/,HEAD, https://github.com/tinted-theming/tinted-vim/,HEAD,