vimPlugins.vim-monokai-tasty: init at 2022-11-25

This commit is contained in:
"Vincent Haupert" 2022-12-11 12:53:22 +01:00 committed by Vincent Haupert
parent 1b0ffeb993
commit d3aa4d3b45
2 changed files with 13 additions and 0 deletions

View file

@ -11060,6 +11060,18 @@ final: prev:
meta.homepage = "https://github.com/phanviet/vim-monokai-pro/";
};
vim-monokai-tasty = buildVimPluginFrom2Nix {
pname = "vim-monokai-tasty";
version = "2022-11-25";
src = fetchFromGitHub {
owner = "patstockwell";
repo = "vim-monokai-tasty";
rev = "55dcb855be754178967b860b0fa63621c319ce0a";
sha256 = "0yll7qm014ydfa2svx3zaskv8g65scw6mw8m5fsjsi9g2v3369g8";
};
meta.homepage = "https://github.com/patstockwell/vim-monokai-tasty/";
};
vim-move = buildVimPluginFrom2Nix {
pname = "vim-move";
version = "2022-07-01";

View file

@ -928,6 +928,7 @@ https://github.com/david-a-wheeler/vim-metamath/,,
https://github.com/xolox/vim-misc/,,
https://github.com/crusoexia/vim-monokai/,,
https://github.com/phanviet/vim-monokai-pro/,,
https://github.com/patstockwell/vim-monokai-tasty/,HEAD,
https://github.com/matze/vim-move/,,
https://github.com/lifepillar/vim-mucomplete/,,
https://github.com/terryma/vim-multiple-cursors/,,