added some kakoune stuff
This commit is contained in:
parent
d6879259b9
commit
ae3f761dad
9 changed files with 315 additions and 17 deletions
20
modules/gui/kakoune/starship.toml
Normal file
20
modules/gui/kakoune/starship.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
# add_newline = false
|
||||
|
||||
format = """
|
||||
\$directory
|
||||
\${custom.separator}
|
||||
"""
|
||||
|
||||
[directory]
|
||||
format = '[$path/]($style)'
|
||||
truncate_length = 2
|
||||
truncate_to_repo = false
|
||||
use_logical_pat = true
|
||||
style = "fg:cyan"
|
||||
truncate_symbol = "../"
|
||||
disabled = false
|
||||
|
||||
[custom.separator]
|
||||
format = "[ ||| ]($style)"
|
||||
style = "fg:purple"
|
||||
disabled = false
|
Loading…
Add table
Add a link
Reference in a new issue