Skip to content

Commit

Permalink
ts-comments: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 24, 2025
1 parent 612a7b3 commit 63c7a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixvim/plugins/ts-comments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
plugins.ts-comments = {
enable = true;

lazyLoad.settings.event = "DeferredUIEnter";

settings = {
lang = {
astro = "<!-- %s -->";
Expand Down

0 comments on commit 63c7a2c

Please sign in to comment.