Fish nvim setup with colors

This commit is contained in:
Noah Masur
2020-07-26 16:15:21 -04:00
parent a7437d61c7
commit 5d25fdb6fa
18 changed files with 2665 additions and 1430 deletions

View File

@ -1,6 +1,6 @@
# Don't print a new line at the start of the prompt
add_newline = false
prompt_order = ["directory", "git_branch", "git_status", "character"]
prompt_order = ["directory", "git_branch", "python", "git_status", "character"]
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
@ -11,6 +11,13 @@ symbol = ""
truncate_to_repo = true
truncation_length = 100
[git_branch]
truncation_length = 1
truncation_symbol = ""
[git_status]
prefix = ""
suffix = ""
[python]
symbol = ""