From: Marcello Lamonaca Date: Sun, 25 Sep 2022 12:44:34 +0000 (+0200) Subject: Add OmniSharp (#181) X-Git-Tag: v0.2.0.2~138 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/2a4c7beed9991ed3c112a75799a4d2cb1d1efd50?ds=sidebyside Add OmniSharp (#181) --- diff --git a/programs/omnisharp.json b/programs/omnisharp.json new file mode 100644 index 0000000..f4c35d4 --- /dev/null +++ b/programs/omnisharp.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.omnisharp", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport OMNISHARPHOME=\"$XDG_CONFIG_HOME\"/omnisharp \n````\n" + } + ], + "name": "OmniSharp" +}