Make helix default to true color mode
And comment a few settings for readability
This commit is contained in:
parent
e71c22b63a
commit
2c7852627b
1 changed files with 10 additions and 0 deletions
|
@ -1,11 +1,21 @@
|
|||
theme = "base16_qvp"
|
||||
|
||||
[editor]
|
||||
# Do not interact with my mouse at all; that's the terminal's job
|
||||
mouse = false
|
||||
middle-click-paste = false
|
||||
|
||||
# Pretty gutter flags for errors and diff changes
|
||||
gutters = ["diagnostics", "diff"]
|
||||
|
||||
# Allow modes to change colors in the statusbar
|
||||
color-modes = true
|
||||
|
||||
# Force true color mode even if hx can't detect support for it
|
||||
# Fixes SSHing to servers with incomplete terminfo
|
||||
# Annoying but beats what I had to do for vim to support alacritty :/
|
||||
true-color = true
|
||||
|
||||
[editor.statusline]
|
||||
left = ["mode", "separator", "file-name", "spinner"]
|
||||
right = ["file-type", "version-control", "file-encoding", "file-line-ending", "selections", "position", "diagnostics"]
|
||||
|
|
Loading…
Add table
Reference in a new issue