diff options
Diffstat (limited to 'common/nvim/lsp/clangd.lua')
| -rw-r--r-- | common/nvim/lsp/clangd.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/nvim/lsp/clangd.lua b/common/nvim/lsp/clangd.lua deleted file mode 100644 index 4a19600..0000000 --- a/common/nvim/lsp/clangd.lua +++ /dev/null @@ -1,5 +0,0 @@ -return { - cmd = { "clangd", "--background-index", "--clang-tidy", "--header-insertion=iwyu" }, - filetypes = { "c", "cpp", "objc", "objcpp", "cuda", "proto" }, - root_markers = { ".clangd", ".clang-tidy", ".clang-format", "compile_commands.json", "compile_flags.txt", "configure.ac" } -}
\ No newline at end of file |
