mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +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 = {
|
defaults = {
|
||||||
plugins.lsp = {
|
plugins.lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
servers.omnisharp = {
|
servers.omnisharp = {
|
||||||
# As of 2024-03-05, omnisharp-roslyn is broken on darwin
|
enable = true;
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
enable = !pkgs.stdenv.isDarwin;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
enableEditorConfigSupport = true;
|
enableEditorConfigSupport = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue