Skip to content

Commit

Permalink
fix: use local tsserver
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Oct 20, 2023
1 parent 13dd2a8 commit f7bc12e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home-manager/mac/local-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ in
"diagnostic.warningSign" = "∆";
"hover.floatConfig.border" = true;
"hover.floatConfig.rounded" = true;
"tsserver.useLocalTsdk" = true;
"tsserver.tsdk"= "$./node_modules/typescript/lib";
languageserver = {
haskell = {
command = "haskell-language-server";
Expand Down

0 comments on commit f7bc12e

Please sign in to comment.