summaryrefslogtreecommitdiff
path: root/lua/lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lsp.lua')
-rw-r--r--lua/lsp.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/lsp.lua b/lua/lsp.lua
index b21ea70..62c49d2 100644
--- a/lua/lsp.lua
+++ b/lua/lsp.lua
@@ -58,7 +58,8 @@ nvim_lsp.ccls.setup {
58 threads = 0; 58 threads = 0;
59 }; 59 };
60 clang = { 60 clang = {
61 excludeArgs = { "-frounding-math"} ; 61 extraArgs = { "-fopenmp" };
62 excludeArgs = { "-frounding-math" } ;
62 }; 63 };
63 } 64 }
64} 65}