diff --git a/modules/plugins/languages/nu.nix b/modules/plugins/languages/nu.nix index 15f66882..de0ca93d 100644 --- a/modules/plugins/languages/nu.nix +++ b/modules/plugins/languages/nu.nix @@ -71,10 +71,10 @@ in { }; package = mkOption { - description = "Nu LSP server package, or the command to run as a list of strings"; - example = ''[(lib.getExe pkgs.nushell) "--lsp"]''; type = either package (listOf str); default = servers.${cfg.lsp.server}.package; + example = ''[(lib.getExe pkgs.nushell) "--lsp"]''; + description = "Nu LSP server package, or the command to run as a list of strings"; }; };