Skip to content

Commit

Permalink
feat: enable TypeScript tools in nixvim configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianAsmussen committed Dec 18, 2024
1 parent dad6a57 commit 7dfedb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home-manager/terminal/nixvim/plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
sleuth.enable = true;
treesitter = import ./treesitter.nix pkgs;
trouble.enable = true;
typescript-tools.enable = true;
web-devicons.enable = true;
which-key = import ./which-key.nix;
};
Expand Down

0 comments on commit 7dfedb2

Please sign in to comment.