vimPlugins.nvim-teal-maker: init at 2022-04-09

This commit is contained in:
Matthieu Coudron
2022-12-26 13:43:34 +01:00
parent fd7fff2151
commit 66301ae6d1
3 changed files with 22 additions and 0 deletions
@@ -6177,6 +6177,18 @@ final: prev:
meta.homepage = "https://github.com/kylechui/nvim-surround/";
};
nvim-teal-maker = buildVimPluginFrom2Nix {
pname = "nvim-teal-maker";
version = "2022-04-09";
src = fetchFromGitHub {
owner = "svermeulen";
repo = "nvim-teal-maker";
rev = "4d7ef05fa47de4bd9d02c4578d66b7cdc6848807";
sha256 = "1axz6znqs9p9a9vzqwm0znp7parn6msl2vwrmg5q6javcvzldym4";
};
meta.homepage = "https://github.com/svermeulen/nvim-teal-maker/";
};
nvim-terminal-lua = buildVimPluginFrom2Nix {
pname = "nvim-terminal.lua";
version = "2019-10-17";
@@ -673,6 +673,15 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
});
nvim-teal-maker = super.nvim-teal-maker.overrideAttrs (old: {
buildInputs = [ luaPackages.cyan luaPackages.tl ];
postPatch = ''
substituteInPlace lua/tealmaker/init.lua \
--replace cyan ${luaPackages.cyan}/bin/cyan
'';
vimCommandCheck = "TealBuild";
});
nvim-treesitter = super.nvim-treesitter.overrideAttrs (old:
callPackage ./nvim-treesitter/overrides.nix { } self super
);
@@ -520,6 +520,7 @@ https://github.com/dcampos/nvim-snippy/,HEAD,
https://github.com/ishan9299/nvim-solarized-lua/,,
https://github.com/nvim-pack/nvim-spectre/,,
https://github.com/kylechui/nvim-surround/,main,
https://github.com/svermeulen/nvim-teal-maker/,HEAD,
https://github.com/norcalli/nvim-terminal.lua/,,
https://github.com/kyazdani42/nvim-tree.lua/,,
https://github.com/nvim-treesitter/nvim-treesitter/,,