yazi: Change deprecated "manager" to new name "mgr" (#1424)
Link: https://github.com/nix-community/stylix/pull/1424 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
0512b0f685
commit
b69e9b761e
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ mkTarget {
|
|||
mkSame = c: (mkBoth c c);
|
||||
in
|
||||
{
|
||||
manager = rec {
|
||||
mgr = rec {
|
||||
# Reusing bat themes, since it's suggested in the stying guide
|
||||
# https://yazi-rs.github.io/docs/configuration/theme#manager
|
||||
# https://yazi-rs.github.io/docs/configuration/theme#mgr
|
||||
syntect_theme = colors {
|
||||
template = ../bat/base16-stylix.tmTheme.mustache;
|
||||
extension = ".tmTheme";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue