Added coc-settings.json for windows
This commit is contained in:
9
coc-settings_win.json
Normal file
9
coc-settings_win.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"languageserver": {
|
||||
"clangd": {
|
||||
"command": "clangd",
|
||||
"filetypes": ["c", "cpp"],
|
||||
"rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user