From 4579a98d6cf8eedfb2261528d0ce96cce06cb525 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 28 Sep 2023 12:05:43 +0200 Subject: up --- .config/nvim/after/plugin/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim') diff --git a/.config/nvim/after/plugin/lsp.lua b/.config/nvim/after/plugin/lsp.lua index 9a423d3..7ea5b5c 100644 --- a/.config/nvim/after/plugin/lsp.lua +++ b/.config/nvim/after/plugin/lsp.lua @@ -104,7 +104,7 @@ lspconfig.ccls.setup { threads = 0; }; clang = { - excludeArgs = { "-frounding-math"} ; + excludeArgs = { "-frounding-math" } ; }; } } -- cgit v1.2.3