diff --git a/neovim/.clangd b/neovim/.clangd new file mode 100644 index 0000000..1211c5c --- /dev/null +++ b/neovim/.clangd @@ -0,0 +1,5 @@ +# keeps clangd from choking when it sees a compiler flag for a different +# compiler. (sutch as when acting as an lsp for a project that uses GCC.) +CompileFlags: + Add: -Wno-unknown-warning-option + Remove: [-m*, -f*]