dotfiles/.config/nvim/coc-settings.json

10 lines
203 B
JSON
Raw Normal View History

2025-02-10 10:31:34 +00:00
{
"languageserver": {
"csharp_ls": {
"command": "csharp-ls",
"filetypes": ["cs"],
"rootPatterns": ["*.csproj", ".vim/", ".git/", ".hg/"]
}
}
}