vimPlugins.nvim-teal-maker: init at 2022-04-09
This commit is contained in:
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user