From 14299bfb6db685a9218bc0249b361487f56680d4 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Wed, 1 Oct 2025 14:46:05 +0200 Subject: [PATCH] feat: enable inlay hints Signed-off-by: Lander Van den Bulcke --- config/plugins/lsp/lsp.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/plugins/lsp/lsp.nix b/config/plugins/lsp/lsp.nix index 8d178c7..011e89c 100644 --- a/config/plugins/lsp/lsp.nix +++ b/config/plugins/lsp/lsp.nix @@ -21,6 +21,9 @@ in }; }; lsp = { + inlayHints = { + enable = true; + }; servers = { html = { enable = true;