From 20ca8776a95d549d47d40214d0aa3b0866ae8f1c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 1 Feb 2024 23:08:25 +0100 Subject: [PATCH] feat(lsp): disable inlay hints --- modules/lsp/siren-lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lsp/siren-lsp.el b/modules/lsp/siren-lsp.el index 82ed944..bba70e0 100644 --- a/modules/lsp/siren-lsp.el +++ b/modules/lsp/siren-lsp.el @@ -33,7 +33,7 @@ (lsp-enable-xref t) (lsp-headerline-breadcrumb-enable t) (lsp-idle-delay 0.4) - (lsp-inlay-hint-enable t) + (lsp-inlay-hint-enable nil) (lsp-keymap-prefix "M-;") (lsp-lens-enable t) (lsp-modeline-diagnostics-enable t)