chore: remove omnisharp since i only need it for one project and it is part of that flake either way

This commit is contained in:
Christoph Hollizeck 2024-10-10 22:30:32 +02:00
parent d5847c75d5
commit 7c5d3bc033
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 21 additions and 3 deletions

View file

@ -76,6 +76,10 @@ in
keys = {
normal = {
esc = [
"collapse_selection"
"keep_primary_selection"
];
space = {
space = "file_picker";
};
@ -128,9 +132,6 @@ in
marksman = {
command = "${pkgs.marksman}/bin/marksman";
};
omnisharp = {
command = "${pkgs.omnisharp-roslyn}/bin/OmniSharp";
};
};
};
};