From 458ec6367670a847cc7a48f8ab32299b22509417 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 19 Dec 2021 21:44:18 +0530 Subject: use diagnostic.get over diagnostic.get_count --- lua/lsp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua') 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 { threads = 0; }; clang = { - excludeArgs = { "-frounding-math"} ; + extraArgs = { "-fopenmp" }; + excludeArgs = { "-frounding-math" } ; }; } } -- cgit v1.2.3