Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Feb 13, 2024
1 parent 2b006bd commit 4aa5cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ in
lspconfig.clangd.setup(coq.lsp_ensure_capabilities({
cmd = { '${pkgs.clang-tools}/bin/clangd' },
}))
lspconfig.tsserrver.setup(coq.lsp_ensure_capabilities({
lspconfig.tsserver.setup(coq.lsp_ensure_capabilities({
cmd = { '${pkgs.nodePackages.typescript-language-server}/bin/typescript-language-server', '--stdio' },
}))
Expand Down

0 comments on commit 4aa5cfe

Please sign in to comment.