Skip to content

Commit 2a4e50c

Browse files
committed
Add harper-ls spell checking
1 parent c50811d commit 2a4e50c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

home-manager/modules/dev.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,11 @@ in
5454
];
5555
}
5656
)
57+
{
58+
simonswine.neovim.lspconfig.harper_ls.cmd = [
59+
"${pkgs.harper}/bin/harper-ls"
60+
"--stdio"
61+
];
62+
}
5763
];
5864
}

0 commit comments

Comments
 (0)