dotfiles/.config/nvim/coc-settings.json
2025-02-10 10:31:34 +00:00

9 lines
203 B
JSON

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