diff --git a/coc-settings_win.json b/coc-settings_win.json new file mode 100644 index 0000000..d24889b --- /dev/null +++ b/coc-settings_win.json @@ -0,0 +1,9 @@ +{ + "languageserver": { + "clangd": { + "command": "clangd", + "filetypes": ["c", "cpp"], + "rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"] + } + } +}