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:
parent
d5847c75d5
commit
7c5d3bc033
2 changed files with 21 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue