From bb160a1c66a1cab7d6ab4cfed5b3de463e142139 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Mon, 15 Sep 2025 00:52:14 +0300 Subject: [PATCH] Changed challenge to just no completion (so I still get seman syntax highlighting, might do a no LSP one later so not even go to def/doc symbols) --- .config/nvim/lua/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/lsp.lua b/.config/nvim/lua/lsp.lua index 37b8e35..34b7a6a 100644 --- a/.config/nvim/lua/lsp.lua +++ b/.config/nvim/lua/lsp.lua @@ -3,7 +3,7 @@ return { astro = true, basedpyright = true, -- python bashls = true, - clangd = false, + clangd = true, css_variables = true, cssls = true, gh_actions_ls = true,