feat(yazi): add a new plugin for using the starship shell into yazi

This commit is contained in:
Sergio Laín 2024-03-25 16:48:32 +01:00
parent d7f81a7e27
commit ce24cff7ed
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 7 additions and 0 deletions

View file

@ -64,3 +64,6 @@ function Status:render(area)
table.unpack(Progress:render(area, right:width())),
}
end
-- Plugins
require("starship"):setup()

@ -0,0 +1 @@
Subproject commit 47deed9fe351e096ac09bac73bc7e3c507a22e4e

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule ".config/yazi/plugins/starship.yazi"]
path = .config/yazi/plugins/starship.yazi
url = https://github.com/Rolv-Apneseth/starship.yazi