Added coc-settings.json for windows

This commit is contained in:
Oliver Hartmann 2019-01-02 19:39:45 +01:00
parent 59b44eb1b9
commit d78af1b553

9
coc-settings_win.json Normal file
View File

@ -0,0 +1,9 @@
{
"languageserver": {
"clangd": {
"command": "clangd",
"filetypes": ["c", "cpp"],
"rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"]
}
}
}