vimPlugins.timerly: init at 2025-04-16
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user