James Taranto

Results 2 comments of James Taranto

@traxys Here is the contents of `options` (using `print(vim.inspect(server.extraOptions))`) before the call to `require('lspconfig')[server.name].setup(options)` ``` { cmd = { "/nix/store/zpvg8d9zwwxj6g344cdqv3grpldcxvxz-omnisharp-roslyn-1.39.11/bin/OmniSharp" }, settings = { omnisharp = { enableEditorConfigSupport = true,...

For anyone stumbling across this looking for a dirty hack/workaround and a way to get `omnisharp_extended` working, see below: ```nix omnisharp = { enable = true; extraOptions = { enable_rosyln_analyzers...