pkg(nixvim): Delete reorder_array option for taplo and reformat all toml files
This commit is contained in:
parent
e70d021a24
commit
54d4bc057e
7 changed files with 60 additions and 60 deletions
|
|
@ -3,9 +3,9 @@ ipc_socket = true
|
|||
live_config_reload = true
|
||||
|
||||
[window]
|
||||
blur = true
|
||||
dynamic_padding = true
|
||||
opacity = 0.8
|
||||
blur = true
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
|
|
|
|||
|
|
@ -1,18 +1,19 @@
|
|||
[editor]
|
||||
line-number = "relative"
|
||||
cursorline = true
|
||||
cursorcolumn = false
|
||||
true-color = true
|
||||
undercurl = true
|
||||
bufferline = "multiple"
|
||||
color-modes = true
|
||||
cursorcolumn = false
|
||||
cursorline = true
|
||||
default-line-ending = "lf"
|
||||
line-number = "relative"
|
||||
popup-border = "all"
|
||||
true-color = true
|
||||
undercurl = true
|
||||
# letters in the beginning are used first
|
||||
# move home raw letters to the beginning
|
||||
jump-label-alphabet = "jkdls;aurieowpqnvmcxz"
|
||||
|
||||
[editor.statusline]
|
||||
center = ["diagnostics"]
|
||||
left = [
|
||||
"mode",
|
||||
"spacer",
|
||||
|
|
@ -25,7 +26,9 @@ left = [
|
|||
"spacer",
|
||||
"spinner",
|
||||
]
|
||||
center = ["diagnostics"]
|
||||
mode.insert = "INSERT"
|
||||
mode.normal = "NORMAL"
|
||||
mode.select = "SELECT"
|
||||
right = [
|
||||
"register",
|
||||
"file-line-ending",
|
||||
|
|
@ -36,14 +39,11 @@ right = [
|
|||
"position-percentage",
|
||||
]
|
||||
separator = "|"
|
||||
mode.normal = "NORMAL"
|
||||
mode.insert = "INSERT"
|
||||
mode.select = "SELECT"
|
||||
|
||||
[editor.lsp]
|
||||
display-progress-messages = true
|
||||
display-messages = true
|
||||
display-inlay-hints = true
|
||||
display-messages = true
|
||||
display-progress-messages = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
|
|
@ -54,16 +54,16 @@ select = "underline"
|
|||
hidden = false
|
||||
|
||||
[editor.whitespace.render]
|
||||
space = "none"
|
||||
tab = "all"
|
||||
nbsp = "all"
|
||||
newline = "none"
|
||||
space = "none"
|
||||
tab = "all"
|
||||
|
||||
[editor.whitespace.characters]
|
||||
space = "·"
|
||||
nbsp = "⍽"
|
||||
tab = "→"
|
||||
newline = "⏎"
|
||||
space = "·"
|
||||
tab = "→"
|
||||
tabpad = "·"
|
||||
|
||||
[editor.indent-guides]
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
[character]
|
||||
success_symbol = '[λ](bold blue)'
|
||||
error_symbol = '[λ](bold red)'
|
||||
vimcmd_symbol = '[Λ](bold blue)'
|
||||
success_symbol = '[λ](bold blue)'
|
||||
vimcmd_replace_one_symbol = '[Λ](bold purple)'
|
||||
vimcmd_replace_symbol = '[Λ](bold purple)'
|
||||
vimcmd_symbol = '[Λ](bold blue)'
|
||||
vimcmd_visual_symbol = '[Λ](bold yellow)'
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 10
|
||||
style = 'bold red'
|
||||
threshold = 10
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 30
|
||||
style = 'bold yellow'
|
||||
discharging_symbol = '💦'
|
||||
style = 'bold yellow'
|
||||
threshold = 30
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 100
|
||||
style = 'green'
|
||||
threshold = 100
|
||||
|
||||
[git_branch]
|
||||
format = 'on [$symbol$branch(:$remote_branch)]($style) '
|
||||
symbol = " "
|
||||
|
||||
[git_status]
|
||||
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
||||
conflicted = "[⚔️${count}](red)"
|
||||
ahead = '[⇡${count}](bold green)'
|
||||
behind = '[⇣${count}](bold yellow)'
|
||||
untracked = '[!${count}](red)'
|
||||
stashed = "[📦${count}](purple)"
|
||||
modified = '[M${count}](bold yellow)'
|
||||
staged = "[+${count}](green)"
|
||||
renamed = "[»${count}](bold yellow)"
|
||||
conflicted = "[⚔️${count}](red)"
|
||||
deleted = '[-${count}](blue)'
|
||||
up_to_date = '[✓](green)'
|
||||
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
||||
format = '([(\[$all_status\])(\[$ahead_behind\])]($style) ) '
|
||||
modified = '[M${count}](bold yellow)'
|
||||
renamed = "[»${count}](bold yellow)"
|
||||
staged = "[+${count}](green)"
|
||||
stashed = "[📦${count}](purple)"
|
||||
untracked = '[!${count}](red)'
|
||||
up_to_date = '[✓](green)'
|
||||
|
||||
[git_commit]
|
||||
format = '([\($hash$tag\)]($style) )'
|
||||
|
|
@ -45,11 +45,11 @@ only_detached = false
|
|||
|
||||
[directory]
|
||||
fish_style_pwd_dir_length = 2
|
||||
truncation_length = 2
|
||||
truncate_to_repo = false
|
||||
repo_root_style = "bold green"
|
||||
use_os_path_sep = false
|
||||
read_only = " "
|
||||
repo_root_style = "bold green"
|
||||
truncate_to_repo = false
|
||||
truncation_length = 2
|
||||
use_os_path_sep = false
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
|
@ -133,9 +133,9 @@ symbol = " "
|
|||
symbol = " "
|
||||
|
||||
[os.symbols]
|
||||
AlmaLinux = " "
|
||||
Alpaquita = " "
|
||||
Alpine = " "
|
||||
AlmaLinux = " "
|
||||
Amazon = " "
|
||||
Android = " "
|
||||
Arch = " "
|
||||
|
|
@ -162,20 +162,20 @@ Mint = " "
|
|||
NetBSD = " "
|
||||
NixOS = " "
|
||||
OpenBSD = " "
|
||||
openSUSE = " "
|
||||
OracleLinux = " "
|
||||
Pop = " "
|
||||
Raspbian = " "
|
||||
Redhat = " "
|
||||
RedHatEnterprise = " "
|
||||
RockyLinux = " "
|
||||
Redhat = " "
|
||||
Redox = " "
|
||||
Solus = " "
|
||||
RockyLinux = " "
|
||||
SUSE = " "
|
||||
Solus = " "
|
||||
Ubuntu = " "
|
||||
Unknown = " "
|
||||
Void = " "
|
||||
Windows = " "
|
||||
openSUSE = " "
|
||||
|
||||
[package]
|
||||
symbol = " "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue