Skip to content

Commit

Permalink
feat(nim): switch to official lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
anntnzrb committed Dec 6, 2024
1 parent db06c09 commit 9254b8f
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 9254b8f

Please sign in to comment.