Add helix configs
This commit is contained in:
parent
630dffbe9a
commit
9a7a4dcc57
2 changed files with 94 additions and 0 deletions
15
.config/helix/config.toml
Normal file
15
.config/helix/config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue