Redo tide configuration
This commit is contained in:
parent
237e6afa33
commit
93d9e820db
4 changed files with 91 additions and 37 deletions
|
@ -44,14 +44,16 @@ in
|
|||
set -gx EDITOR "kak"
|
||||
alias e="kak"
|
||||
'';
|
||||
|
||||
_tide_item_kakoune = ''
|
||||
};
|
||||
programs.fish.tide = {
|
||||
items.kakoune = ''
|
||||
if set -q kak_session
|
||||
set -U tide_kakoune_color FFA500
|
||||
set -U tide_kakoune_bg_color normal
|
||||
_tide_print_item kakoune " " "e[$kak_session]"
|
||||
end
|
||||
'';
|
||||
rightItems = mkAfter [ "kakoune" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue