neo2005/config/plugins/lang/csharp.nix

10 lines
97 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
plugins = {
# TODO lint
lsp.servers.csharp_ls.enable = true;
};
}