dotfiles/nix/nvim/lsp/clangd

6 lines
217 B
Plaintext
Raw Normal View History

2024-03-22 12:52:12 -05:00
# 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*]