Skip to content

Commit

Permalink
refactor(yazi): no need to specify git signs
Browse files Browse the repository at this point in the history
They are now the defaults in the git plugin instead.
  • Loading branch information
mikavilpas committed Oct 24, 2024
1 parent 0f61815 commit 6ddb738
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .config/yazi/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,5 @@ require("session"):setup({

require("yaziline"):setup()

THEME.git_added_sign = ""
THEME.git_modified_sign = ""
THEME.git_ignored_sign = ""
THEME.git_deleted_sign = ""
THEME.git_untracked_sign = ""
-- TODO what is this?
-- THEME.git_updated_sign = ""

-- https://github.com/yazi-rs/plugins/tree/main/git.yazi
require("git"):setup({})

0 comments on commit 6ddb738

Please sign in to comment.