mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 12:15:26 +02:00
tests/plugins/lsp: re-enable omnisharp on darwin
This commit is contained in:
parent
ec9d299183
commit
366f25598a
1 changed files with 1 additions and 4 deletions
|
@ -1,13 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
defaults = {
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
|
||||
servers.omnisharp = {
|
||||
# As of 2024-03-05, omnisharp-roslyn is broken on darwin
|
||||
# TODO: re-enable this test when fixed
|
||||
enable = !pkgs.stdenv.isDarwin;
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
enableEditorConfigSupport = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue