Skip to content

Commit

Permalink
Merge pull request #1632 from anntnzrb/nim-lsp
Browse files Browse the repository at this point in the history
feat(nim): switch to official lsp
  • Loading branch information
domenkozar authored Dec 6, 2024
2 parents db06c09 + 9254b8f commit d742321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/languages/nim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
config = lib.mkIf cfg.enable {
packages = [
cfg.package
pkgs.nimlsp
pkgs.nimlangserver
];
};
}

0 comments on commit d742321

Please sign in to comment.