vimPlugins.nvim-ts-rainbow: init at 2020-11-25
This commit is contained in:
parent
bd11afec4f
commit
2724d807c9
@ -2794,6 +2794,18 @@ let
|
|||||||
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/";
|
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 {
|
nvim-web-devicons = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-web-devicons";
|
pname = "nvim-web-devicons";
|
||||||
version = "2020-11-08";
|
version = "2020-11-08";
|
||||||
|
@ -401,6 +401,7 @@ osyo-manga/vim-over
|
|||||||
osyo-manga/vim-textobj-multiblock
|
osyo-manga/vim-textobj-multiblock
|
||||||
osyo-manga/vim-watchdogs
|
osyo-manga/vim-watchdogs
|
||||||
overcache/NeoSolarized
|
overcache/NeoSolarized
|
||||||
|
p00f/nvim-ts-rainbow
|
||||||
pangloss/vim-javascript
|
pangloss/vim-javascript
|
||||||
parsonsmatt/intero-neovim
|
parsonsmatt/intero-neovim
|
||||||
pearofducks/ansible-vim
|
pearofducks/ansible-vim
|
||||||
|
Loading…
Reference in New Issue
Block a user