editor/helix: disable fsharp
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@@ -78,17 +78,17 @@ in {
|
||||
};
|
||||
};
|
||||
clangd.command = "${pkgs.clang-tools}/bin/clangd";
|
||||
fsac = {
|
||||
command = getExe pkgs.fsautocomplete;
|
||||
config = {
|
||||
# editor.formatOnSave = true;
|
||||
AutomaticWorkspaceInit = true;
|
||||
FSharp.ExternalAutocomplete = true;
|
||||
FSharp.linting.fsharplint.enabled = true;
|
||||
FSharp.linting.fsharplint.configFile = "fsharplint.json";
|
||||
FSharp.formatting.fantomas.enabled = true;
|
||||
};
|
||||
};
|
||||
# fsac = {
|
||||
# command = getExe pkgs.fsautocomplete;
|
||||
# config = {
|
||||
# editor.formatOnSave = true;
|
||||
# AutomaticWorkspaceInit = true;
|
||||
# FSharp.ExternalAutocomplete = true;
|
||||
# FSharp.linting.fsharplint.enabled = true;
|
||||
# FSharp.linting.fsharplint.configFile = "fsharplint.json";
|
||||
# FSharp.formatting.fantomas.enabled = true;
|
||||
# };
|
||||
# };
|
||||
nil = {
|
||||
command = getExe pkgs.nil;
|
||||
config = {
|
||||
@@ -134,13 +134,13 @@ in {
|
||||
auto-format = true;
|
||||
# formatter.command = "${pkgs.clang-tools}/bin/clang-format";
|
||||
}
|
||||
{
|
||||
name = "fsharp";
|
||||
auto-format = true;
|
||||
language-servers = ["fsac"];
|
||||
scope = "source.fs";
|
||||
roots = ["fsproj" "sln" ".git"];
|
||||
}
|
||||
# {
|
||||
# name = "fsharp";
|
||||
# auto-format = true;
|
||||
# language-servers = ["fsac"];
|
||||
# scope = "source.fs";
|
||||
# roots = ["fsproj" "sln" ".git"];
|
||||
# }
|
||||
# {
|
||||
# name = "rust";
|
||||
# auto-format = true;
|
||||
|
||||
Reference in New Issue
Block a user