Skip to content

Commit

Permalink
chore: enable tsserver in lsp configuration for better TypeScript sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
BastianAsmussen committed Jul 8, 2024
1 parent f576bc2 commit d1e6f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home-manager/nixvim/plugins/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
};

nixd.enable = true;
tsserver.enable = true;
};
};
}

0 comments on commit d1e6f4d

Please sign in to comment.