feat: add coc-settings.json
This commit is contained in:
parent
68c62f6bad
commit
3f2b98392c
2 changed files with 12 additions and 0 deletions
10
home/editors/coc-settings.json
Normal file
10
home/editors/coc-settings.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"omnisharp.path": "/home/felschr/.nix-profile/bin/omnisharp",
|
||||
"omnisharp.useGlobalMono": "never",
|
||||
"omnisharp.projectLoadTimeout": 120,
|
||||
"omnisharp.enableRoslynAnalyzers": true,
|
||||
"typescript.preferences.quoteStyle": "double",
|
||||
"typescript.preferences.importModuleSpecifier": "relative",
|
||||
"javascript.preferences.quoteStyle": "double",
|
||||
"javascript.preferences.importModuleSpecifier": "relative"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue