Merge pull request #105408 from RonanMacF/master

vimPlugins.nvim-ts-rainbow: init at 2020-11-25
This commit is contained in:
Sandro 2020-11-30 02:03:13 +01:00 committed by GitHub
commit 142bd18593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -2818,6 +2818,18 @@ let
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/";
};
nvim-ts-rainbow = buildVimPluginFrom2Nix {
pname = "nvim-ts-rainbow";
version = "2020-11-25";
src = fetchFromGitHub {
owner = "p00f";
repo = "nvim-ts-rainbow";
rev = "f8d1c895dfadb16f6ac61d5272098f2cd989e8aa";
sha256 = "1gdblzlh5f8cnjwkszxsvv72ryqwywbb4i1hanv879l3ji857iqi";
};
meta.homepage = "https://github.com/p00f/nvim-ts-rainbow/";
};
nvim-web-devicons = buildVimPluginFrom2Nix {
pname = "nvim-web-devicons";
version = "2020-11-08";

View file

@ -402,6 +402,7 @@ osyo-manga/vim-over
osyo-manga/vim-textobj-multiblock
osyo-manga/vim-watchdogs
overcache/NeoSolarized
p00f/nvim-ts-rainbow
pangloss/vim-javascript
parsonsmatt/intero-neovim
pearofducks/ansible-vim