diff options
Diffstat (limited to 'helix.toml')
| -rw-r--r-- | helix.toml | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -1,20 +1,20 @@ | |||
| 1 | theme = "jellybeans" | 1 | # https://github.com/helix-editor/helix/blob/master/runtime/themes/jellybeans.toml |
| 2 | # Located in ~/.congfig/helix/runtime/themes/fattybeans.toml | ||
| 3 | # inherits = "jellybeans" | ||
| 4 | # "ui.background" ={} | ||
| 5 | theme = "fattybeans" | ||
| 2 | 6 | ||
| 3 | [editor] | 7 | [editor] |
| 4 | line-number = "relative" | 8 | line-number = "relative" |
| 5 | color-modes = true | 9 | color-modes = true |
| 6 | true-color = true | 10 | true-color = true |
| 7 | idle-timeout = 1000 | ||
| 8 | mouse = false | 11 | mouse = false |
| 9 | middle-click-paste = true | 12 | middle-click-paste = true |
| 10 | rulers = [80, 120] | 13 | rulers = [80, 120] |
| 11 | 14 | idle-timeout = 1000 | |
| 12 | [editor.cursor-shape] | ||
| 13 | insert = "bar" | ||
| 14 | 15 | ||
| 15 | [editor.lsp] | 16 | [editor.lsp] |
| 16 | display-messages = true | 17 | display-messages = true |
| 17 | display-inlay-hints = false | ||
| 18 | auto-signature-help = false | 18 | auto-signature-help = false |
| 19 | 19 | ||
| 20 | [keys.normal] | 20 | [keys.normal] |
