mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-22 05:04:15 +00:00
Wrap tokyonight install
This commit is contained in:
parent
de6a24e575
commit
06b7895afd
@ -31,7 +31,10 @@ return {
|
||||
{
|
||||
"https://github.com/folke/tokyonight.nvim",
|
||||
-- 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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user