vimPlugins.playground: init at 2020-10-19
This commit is contained in:
parent
103abbf0e1
commit
324ed9d79a
|
@ -2830,6 +2830,18 @@ let
|
||||||
meta.homepage = "https://github.com/aklt/plantuml-syntax/";
|
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 {
|
plenary-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "plenary-nvim";
|
pname = "plenary-nvim";
|
||||||
version = "2020-11-06";
|
version = "2020-11-06";
|
||||||
|
|
|
@ -382,6 +382,7 @@ nvim-treesitter/completion-treesitter
|
||||||
nvim-treesitter/nvim-treesitter
|
nvim-treesitter/nvim-treesitter
|
||||||
nvim-treesitter/nvim-treesitter-refactor
|
nvim-treesitter/nvim-treesitter-refactor
|
||||||
nvim-treesitter/nvim-treesitter-textobjects
|
nvim-treesitter/nvim-treesitter-textobjects
|
||||||
|
nvim-treesitter/playground
|
||||||
ocaml/vim-ocaml
|
ocaml/vim-ocaml
|
||||||
octol/vim-cpp-enhanced-highlight
|
octol/vim-cpp-enhanced-highlight
|
||||||
Olical/conjure
|
Olical/conjure
|
||||||
|
|
Loading…
Reference in New Issue