vimPlugins.playground: init at 2020-10-19

This commit is contained in:
RonanMacF 2020-11-14 19:19:12 +00:00 committed by Jonathan Ringer
parent 103abbf0e1
commit 324ed9d79a
2 changed files with 13 additions and 0 deletions

View File

@ -2830,6 +2830,18 @@ let
meta.homepage = "https://github.com/aklt/plantuml-syntax/";
};
playground = buildVimPluginFrom2Nix {
pname = "playground";
version = "2020-10-19";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "playground";
rev = "0cb0a18378db84c4c2bdb38c28e897958d2ec14d";
sha256 = "1808kwf3ccrjaqxr43l23kfj8s0zijdk0rpriymqk143b29nk52c";
};
meta.homepage = "https://github.com/nvim-treesitter/playground/";
};
plenary-nvim = buildVimPluginFrom2Nix {
pname = "plenary-nvim";
version = "2020-11-06";

View File

@ -382,6 +382,7 @@ nvim-treesitter/completion-treesitter
nvim-treesitter/nvim-treesitter
nvim-treesitter/nvim-treesitter-refactor
nvim-treesitter/nvim-treesitter-textobjects
nvim-treesitter/playground
ocaml/vim-ocaml
octol/vim-cpp-enhanced-highlight
Olical/conjure