Mercurial > dotfiles
comparison dot_config/helix/config.toml.tmpl @ 1097:226a6d4a1f30 draft
feat: enable inlay hints
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 19 May 2025 15:14:18 +0200 |
parents | 3413249bd5fa |
children |
comparison
equal
deleted
inserted
replaced
1096:dfa9d2a82c92 | 1097:226a6d4a1f30 |
---|---|
8 line-number = "relative" | 8 line-number = "relative" |
9 cursorline = true | 9 cursorline = true |
10 auto-save = true | 10 auto-save = true |
11 true-color = true | 11 true-color = true |
12 clipboard-provider = "termcode" | 12 clipboard-provider = "termcode" |
13 lsp.display-inlay-hints = true | |
13 | 14 |
14 [editor.cursor-shape] | 15 [editor.cursor-shape] |
15 insert = "bar" | 16 insert = "bar" |
16 normal = "block" | 17 normal = "block" |
17 select = "underline" | 18 select = "underline" |