diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-31 22:01:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-31 22:01:11 +0300 |
| commit | 93b83da58fdad451d3b3663793cb3297b7f4cf6f (patch) | |
| tree | 524cdbe9c89b0b23587e1d837fee983b074202db | |
| parent | e731a13012ecebc233445c84848eb31795359b26 (diff) | |
jo
| -rw-r--r-- | dotfiles/helix/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml index 6e885d4..0a1e200 100644 --- a/dotfiles/helix/config.toml +++ b/dotfiles/helix/config.toml @@ -1,4 +1,4 @@ -theme = "monokai_pro_octagon" +theme = "kanagawa" [editor] bufferline = "always" @@ -25,7 +25,7 @@ right = ["selections", "file-encoding", "file-line-ending", "file-type"] [editor.lsp] display-messages = true -# display-inlay-hints = true +display-inlay-hints = true [editor.cursor-shape] normal = "block" |
