diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-11 15:10:51 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-11 15:10:51 -0500 |
| commit | c8fa24976938236e6c9556c4f2f68cfbf6250795 (patch) | |
| tree | 717edb8990ba88745b7bff1a534c0d6902cdecae /.config/helix/config.toml | |
| parent | 4baa24d7673118ca7d89d19473bdc15afa582345 (diff) | |
feat: add helix config
Diffstat (limited to '.config/helix/config.toml')
| -rw-r--r-- | .config/helix/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..79999c1 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,7 @@ +theme = "ctp" + +[editor] +gutters = [ "diagnostics", "spacer", "line-numbers", "spacer", "diff" ] +bufferline = "always" +mouse = false +indent-guides = { render = true } |
