feat: add coc-settings.json
This commit is contained in:
parent
68c62f6bad
commit
3f2b98392c
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"
|
||||||
|
}
|
|
@ -110,4 +110,6 @@ in
|
||||||
extraConfig = with builtins; readFile ./init.vim + readFile ./coc.vim;
|
extraConfig = with builtins; readFile ./init.vim + readFile ./coc.vim;
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."nvim/coc-settings.json".source = ./coc-settings.json;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue