mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
2a62792e2b
neovim: add more plugins nushell, xonsh: update startup hook for starship
19 lines
445 B
TOML
19 lines
445 B
TOML
skip_welcome_message = true
|
|
startup = [
|
|
"zoxide init nushell --hook prompt | save ~/.local/share/nu/zoxide.nu",
|
|
"source ~/.local/share/nu/zoxide.nu",
|
|
"starship init nu | save ~/.local/share/nu/starship.nu",
|
|
"source ~/.local/share/nu/starship.nu"
|
|
]
|
|
prompt = "starship_prompt"
|
|
|
|
[line_editor]
|
|
completion_type = "list"
|
|
edit_mode = "vi"
|
|
|
|
[textview]
|
|
pager = "less -R"
|
|
paging_mode = "quitifonescreen"
|
|
true_color = true
|
|
theme = "base16"
|