Skip to content

Commit

Permalink
Fix NixLspSettingsConfigurable.getDisplayName()
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 12, 2024
1 parent cfbb3a6 commit b25d38d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class NixLspSettingsConfigurable implements SearchableConfigurable, Confi

@Override
public @NlsContexts.ConfigurableName String getDisplayName() {
return "Language Server (LSP)";
return "Nix Language Server (LSP)";
}

@Override
Expand Down

0 comments on commit b25d38d

Please sign in to comment.