Add helix configs

This commit is contained in:
Trysdyn Black 2023-12-23 13:19:31 -08:00
parent 630dffbe9a
commit 9a7a4dcc57
2 changed files with 94 additions and 0 deletions

15
.config/helix/config.toml Normal file
View file

@ -0,0 +1,15 @@
theme = "base16_qvp"
[editor]
mouse = false
middle-click-paste = false
gutters = ["diagnostics", "diff"]
color-modes = true
[editor.statusline]
left = ["mode", "separator", "file-name", "spinner"]
right = ["file-type", "version-control", "file-encoding", "file-line-ending", "selections", "position", "diagnostics"]
separator = " "
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"