From 7c45fcdfd2ba044e49013e3e87b837133b9c03d7 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 28 Aug 2023 21:02:22 +0200 Subject: [PATCH] Comment out goto-reference-include-declaration until next release --- .config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 2c60051..19b190b 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -11,7 +11,7 @@ color-modes = true [editor.lsp] display-messages = true -goto-reference-include-declaration = false +# goto-reference-include-declaration = false [editor.cursor-shape] insert = "bar"