Added coc-settings.json for windows
This commit is contained in:
parent
59b44eb1b9
commit
d78af1b553
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/"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user