From 06b7895afd664376a0c15d1d9b52fb04b94aaa58 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 15 Jan 2025 09:26:53 -0800 Subject: [PATCH] Wrap tokyonight install --- neovim/lua/lazy/colorschemes.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neovim/lua/lazy/colorschemes.lua b/neovim/lua/lazy/colorschemes.lua index 38af39a..8e1cc0b 100644 --- a/neovim/lua/lazy/colorschemes.lua +++ b/neovim/lua/lazy/colorschemes.lua @@ -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, }