dotfiles/home/vylpes/.config/nvim/coc-settings.json
2025-02-03 17:51:15 +00:00

9 lines
203 B
JSON

{
"languageserver": {
"csharp_ls": {
"command": "csharp-ls",
"filetypes": ["cs"],
"rootPatterns": ["*.csproj", ".vim/", ".git/", ".hg/"]
}
}
}