From 1e8b85ba32c588eae8db1426ac6588226097266c Mon Sep 17 00:00:00 2001
From: Joe <rrbo@proton.me>
Date: Thu, 28 Sep 2023 15:48:57 +0200
Subject: up

---
 .config/nvim/after/plugin/lsp.lua | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/.config/nvim/after/plugin/lsp.lua b/.config/nvim/after/plugin/lsp.lua
index 7ea5b5c..227e2eb 100644
--- a/.config/nvim/after/plugin/lsp.lua
+++ b/.config/nvim/after/plugin/lsp.lua
@@ -31,6 +31,7 @@ require('mason-lspconfig').setup({
 		'marksman',
 		'ltex',
 		'perlnavigator',
+		'clangd',
 	},
   handlers = {
     lsp.default_setup,
@@ -96,17 +97,17 @@ cmp.setup {
   }
 }
 
-local lspconfig = require'lspconfig'
-lspconfig.ccls.setup {
-	init_options = {
-		compilationDatabaseDirectory = "build";
-		index = {
-			threads = 0;
-		};
-		clang = {
-			excludeArgs = { "-frounding-math" } ;
-		};
-	}
-}
+-- local lspconfig = require'lspconfig'
+-- lspconfig.ccls.setup {
+--     init_options = {
+--         compilationDatabaseDirectory = "build";
+--         index = {
+--             threads = 0;
+--         };
+--         clang = {
+--             excludeArgs = { "-frounding-math" };
+--         };
+--     }
+-- }
 
 lsp.setup()
-- 
cgit v1.2.3