summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/after/plugin/lsp.lua2
1 files changed, 1 insertions, 1 deletions
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" } ;
};
}
}