Wrap tokyonight install

This commit is contained in:
ViViDboarder 2025-01-15 09:26:53 -08:00
parent de6a24e575
commit 06b7895afd

View File

@ -31,7 +31,10 @@ return {
{ {
"https://github.com/folke/tokyonight.nvim", "https://github.com/folke/tokyonight.nvim",
-- Install fish theme -- Install fish theme
build = 'fish -c \'echo "set --path --prepend fish_themes_path "(pwd)"/extras" > ~/.config/fish/conf.d/tokyonight.fish\' || true', -- luacheck: no max line length build = (
'fish -c \'echo "set --path --prepend fish_themes_path (pwd)"/extras"'
.. "> ~/.config/fish/conf.d/tokyonight.fish' || true"
),
}, },
priority = 1000, priority = 1000,
} }