feat(extras): add fzf colors (#464)
* feat(extras): add fzf colors * chores: update formatting * Update lua/tokyonight/extra/fzf.lua Co-authored-by: Şahin Akkaya <sahin@sahinakkaya.dev> --------- Co-authored-by: Şahin Akkaya <sahin@sahinakkaya.dev>
This commit is contained in:
@@ -25,6 +25,7 @@ M.extras = {
|
||||
dunst = {ext = "dunstrc", url = "https://dunst-project.org/", label = "Dunst"},
|
||||
gitui = {ext = "ron", url = "https://github.com/extrawurst/gitui", label = "GitUI"},
|
||||
helix = { ext = "toml", url = "https://helix-editor.com/", label = "Helix"},
|
||||
fzf = { ext = "zsh", url = "https://github.com/junegunn/fzf", label = "Fzf"},
|
||||
}
|
||||
|
||||
local function write(str, fileName)
|
||||
|
||||
Reference in New Issue
Block a user