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