From e6569c18c21be5166e4b9cc7530e828b8285c84e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 2 Oct 2024 06:57:18 -0700 Subject: feat(lspinfo): replace :LspInfo with :checkhealth #3339 Problem: :LspInfo has its own "inner platlform" of highlights, mappings etc. And it doesn't integrate with :checkhealth. Solution: - Move the lspinfo code to a healthcheck. - LspInfo features such as highlights, "floating window" presentation, etc., should be added to :checkhealth in Nvim core, if they are really needed. - Define a "q" mapping until Nvim stable has that in :checkhealth. --- .stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.stylua.toml') diff --git a/.stylua.toml b/.stylua.toml index 78c5507c..aaebb284 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -3,4 +3,4 @@ line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferSingle" -call_parentheses = "None" +call_parentheses = "Input" -- cgit v1.2.3-70-g09d2