{

"languageserver": {

"golang": {

"command": "gopls",

"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],

"filetypes": ["go"]

},

"ccls": {

"command": "ccls",

"filetypes": ["c", "cpp", "objc", "objcpp"],

"rootPatterns": [".ccls", "compile_commands.json", ".vim/", ".git/", ".hg/"],

"initializationOptions": {

"cache": {

"directory": "/tmp/ccls"

}

}

}

}

}

vim coc 인스톨 중인데 여기서 rootPatterns가 뭔가요??