From c0474f5c1142e4e6c24d416b18900f06cd59f6a2 Mon Sep 17 00:00:00 2001 From: dlond Date: Wed, 21 May 2025 00:47:28 +1200 Subject: [PATCH] fixing weird bug pt 3 --- lua/custom/plugins/lsp.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/custom/plugins/lsp.lua b/lua/custom/plugins/lsp.lua index 4558274c..30591728 100644 --- a/lua/custom/plugins/lsp.lua +++ b/lua/custom/plugins/lsp.lua @@ -50,10 +50,10 @@ return { server_opts.cmd = { 'clangd', '--query-driver=' .. nix_paths.clangd_query_driver, - '-isysroot', - nix_paths.macos_sdk_path, - '-isystem', - nix_paths.libcxx_include_path, + -- '-isysroot', + -- nix_paths.macos_sdk_path, + -- '-isystem', + -- nix_paths.libcxx_include_path, } else print 'Warning: Nix paths for clangd not fully defined in custom.nix_paths.lua. Clangd might not work correctly.'