editor/helix: disable fsharp

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-29 14:12:04 +03:00
parent 9a68124984
commit c6ce54d67c

View File

@@ -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;