From 8970bd5b37d27a5855d0bc1bdf36de09dc8ad04a Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 20 Oct 2020 17:42:03 +0100 Subject: [PATCH] Prompt from pipe to lambda. --- toronto/.config/starship.toml | 8 ++++---- .../Packages/User/Package Control.sublime-settings | 5 ++++- .../Packages/User/Preferences.sublime-settings | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/toronto/.config/starship.toml b/toronto/.config/starship.toml index 52caccc..b215fd7 100644 --- a/toronto/.config/starship.toml +++ b/toronto/.config/starship.toml @@ -3,14 +3,14 @@ add_newline = true format = """ [┌ $username$hostname](bold green) [│](bold green) $directory\ -$git_status$git_branch \ +$git_status$git_branch\ $golang$python$rust [└ $character](bold green)""" [character] -success_symbol = "[|](bold green)" -error_symbol = "[|](bold red)" +success_symbol = "[𝝺](bold green)" +error_symbol = "[𝝺](bold red)" [username] format = "$user" @@ -18,7 +18,7 @@ disabled = false show_always = true [git_branch] -format = "[$symbol$branch]($style)" +format = "[$symbol$branch]($style) " style = "bold yellow" [git_status] diff --git a/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings b/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings index deda808..55b8d86 100644 --- a/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings +++ b/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings @@ -6,6 +6,7 @@ "installed_packages": [ "Bats", + "Dartlight", "Dockerfile Syntax Highlighting", "Emmet", "Gitmoji", @@ -17,6 +18,7 @@ "LSP-typescript", "LSP-yaml", "Markdown Extended", + "Markdown Table Formatter", "Package Control", "Rust Enhanced", "SublimeCodeIntel", @@ -24,6 +26,7 @@ "Terraform", "Theme - Monokai Pro", "TOML", - "TypeScript Syntax" + "TypeScript Syntax", + "Vue Syntax Highlight" ] } diff --git a/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings b/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings index 06d8f6a..1a12939 100644 --- a/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings +++ b/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings @@ -4,6 +4,7 @@ "font_size": 12, "ignored_packages": [ + "LSP-bash", "Rust", "Vintage" ],