aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 08:23:57 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 08:23:57 +0100
commit4081f0e282531afa45cc36598c8936550935952f (patch)
tree23614536e61f5f45e314ba769a7e9690c66174d9 /helix.toml
parent3344b747a14fbd9c6a16be0c1890b04605f78731 (diff)
downloaddotfiles-4081f0e282531afa45cc36598c8936550935952f.tar.gz
Update
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/helix.toml b/helix.toml
index 092dfd0..52c81c6 100644
--- a/helix.toml
+++ b/helix.toml
@@ -1,20 +1,20 @@
1theme = "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" ={}
5theme = "fattybeans"
2 6
3[editor] 7[editor]
4line-number = "relative" 8line-number = "relative"
5color-modes = true 9color-modes = true
6true-color = true 10true-color = true
7idle-timeout = 1000
8mouse = false 11mouse = false
9middle-click-paste = true 12middle-click-paste = true
10rulers = [80, 120] 13rulers = [80, 120]
11 14idle-timeout = 1000
12[editor.cursor-shape]
13insert = "bar"
14 15
15[editor.lsp] 16[editor.lsp]
16display-messages = true 17display-messages = true
17display-inlay-hints = false
18auto-signature-help = false 18auto-signature-help = false
19 19
20[keys.normal] 20[keys.normal]