vimPlugins.timestamp-vim: init at 2010-11-06
This commit is contained in:
parent
c8e2cca311
commit
b999fd0abe
2 changed files with 13 additions and 0 deletions
|
@ -6268,6 +6268,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/itchyny/thumbnail.vim/";
|
||||
};
|
||||
|
||||
timestamp-vim = buildVimPluginFrom2Nix {
|
||||
pname = "timestamp.vim";
|
||||
version = "2010-11-06";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vim-scripts";
|
||||
repo = "timestamp.vim";
|
||||
rev = "0437f9bddd4e699e8e9de176daacec234d42b56c";
|
||||
sha256 = "1dvssbmz7xm4p83jmsqalkshbrk67cacsjvxjpnlw870zf2hqc8p";
|
||||
};
|
||||
meta.homepage = "https://github.com/vim-scripts/timestamp.vim/";
|
||||
};
|
||||
|
||||
tlib_vim = buildVimPluginFrom2Nix {
|
||||
pname = "tlib_vim";
|
||||
version = "2021-07-17";
|
||||
|
|
|
@ -885,6 +885,7 @@ vim-scripts/ReplaceWithRegister
|
|||
vim-scripts/ShowMultiBase
|
||||
vim-scripts/tabmerge
|
||||
vim-scripts/taglist.vim
|
||||
vim-scripts/timestamp.vim
|
||||
vim-scripts/utl.vim
|
||||
vim-scripts/vis
|
||||
vim-scripts/wombat256.vim
|
||||
|
|
Loading…
Reference in a new issue