vimPlugins.pantran-nvim: init at 0-unstable-2025-04-07

https://github.com/potamides/pantran.nvim
This commit is contained in:
myuron
2026-06-13 09:39:09 +00:00
parent 87c14e67d0
commit 47119c56ed
3 changed files with 19 additions and 0 deletions
@@ -14643,6 +14643,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
pantran-nvim = buildVimPlugin {
pname = "pantran.nvim";
version = "0-unstable-2025-04-07";
src = fetchFromGitHub {
owner = "potamides";
repo = "pantran.nvim";
rev = "b87c3ae48cba4659587fb75abd847e5b7a7c9ca0";
hash = "sha256-b4odpXwh+BmFsK5v3HmSWG43FA+ygOAPU+qFNy6vWDU=";
};
meta.homepage = "https://github.com/potamides/pantran.nvim/";
meta.license = getLicenseFromSpdxId "MIT";
meta.hydraPlatforms = [ ];
};
papercolor-theme = buildVimPlugin {
pname = "papercolor-theme";
version = "1.0-unstable-2024-03-12";
@@ -3737,6 +3737,10 @@ assertNoAdditions {
dependencies = [ self.nui-nvim ];
};
pantran-nvim = super.pantran-nvim.overrideAttrs {
runtimeDeps = [ curl ];
};
parpar-nvim = super.parpar-nvim.overrideAttrs {
dependencies = with self; [
nvim-parinfer
@@ -1044,6 +1044,7 @@ https://github.com/wbthomason/packer.nvim/,,
https://github.com/drewtempelmeyer/palenight.vim/,,
https://github.com/JoosepAlviste/palenightfall.nvim/,,
https://github.com/roobert/palette.nvim/,,
https://github.com/potamides/pantran.nvim/,,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/pappasam/papercolor-theme-slim/,,
https://github.com/dundalek/parpar.nvim/,,