fix: remove unused coc & omnisharp configs
This commit is contained in:
parent
0138aa4c70
commit
f5d2923884
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"eslint.autoFixOnSave": true,
|
|
||||||
"omnisharp.path": "/etc/profiles/per-user/felschr/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"
|
|
||||||
}
|
|
|
@ -56,17 +56,6 @@ let g:lightline = {
|
||||||
\ },
|
\ },
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
" omnisharp-vim config:
|
|
||||||
let g:OmniSharp_server_stdio = 1
|
|
||||||
let g:OmniSharp_server_path = '/etc/profiles/per-user/felschr/bin/omnisharp' " TODO use nix ref instead
|
|
||||||
let g:OmniSharp_selector_ui = 'fzf'
|
|
||||||
let g:OmniSharp_highlight_types = 3
|
|
||||||
let g:OmniSharp_typeLookupInPreview = 1
|
|
||||||
let g:ale_linters_explicit = 1
|
|
||||||
let g:ale_linters = {
|
|
||||||
\ 'cs': ['OmniSharp']
|
|
||||||
\ }
|
|
||||||
|
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set splitbelow
|
set splitbelow
|
||||||
|
|
||||||
|
|
|
@ -87,6 +87,4 @@ in
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
withPython = false;
|
withPython = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."nvim/coc-settings.json".source = ./coc-settings.json;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue