From 2a018602dcbcc79a1e2bfcca97bf1487396425ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Tue, 31 Mar 2026 15:30:20 +0200 Subject: [PATCH] non important commit --- home/modules/helix.nix | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/home/modules/helix.nix b/home/modules/helix.nix index bddfd26..5350358 100644 --- a/home/modules/helix.nix +++ b/home/modules/helix.nix @@ -7,6 +7,7 @@ pkgs.nil pkgs.alejandra pkgs.bash-language-server + pkgs.lldb ]; settings.editor = { @@ -40,31 +41,6 @@ }; languages = { - language-server = { - nil.command = "nil"; - - marksman.command = "marksman"; - tinymist.command = "tinymist"; - - pyright = { - command = "pyright-langserver"; - args = ["--stdio"]; - }; - - rust-analyzer = { - command = "rust-analyzer"; - config.rust-analyzer = { - check.command = "clippy"; - cargo.allFeatures = true; - }; - }; - - omnisharp = { - command = "OmniSharp"; - args = ["--languageserver"]; - }; - }; - language = [ { name = "nix"; @@ -86,6 +62,7 @@ name = "c-sharp"; auto-format = true; language-servers = ["omnisharp"]; + debugger = ["netcoredbg"]; } { name = "markdown";