diff options
| author | Nate Cox <nate@natecox.dev> | 2026-07-04 23:59:02 -0700 |
|---|---|---|
| committer | Nate Cox <nate@natecox.dev> | 2026-07-04 23:59:02 -0700 |
| commit | 5b94384e75784c4569a1a15dc5a162ef1d8e21a5 (patch) | |
| tree | 90ea6e486df874b168644582b2c161fa372cb2dc /.config | |
| parent | 73e600129b3f39b34649f6b8099c7b51c79e3343 (diff) | |
| download | dotfiles-main.tar.bz2 dotfiles-main.zip | |
Diffstat (limited to '.config')
| -rw-r--r-- | .config/helix/config.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..4ddda7a --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,16 @@ +theme = "catppuccin_mocha" + +[editor] +line-number = "relative" +cursorline = true + +[editor.soft-wrap] +enable = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false |
