Skip to content

Commit

Permalink
package-info: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent 58a0d0b commit 9f8e6cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions modules/nixvim/plugins/package-info/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
enable = true;
enableTelescope = config.plugins.telescope.enable;

# TODO: fix lazy loading
# lazyLoad.settings = {
# ft = "json";
# cmd = "Telescope package_info";
# };
lazyLoad.settings = {
event = [ "BufRead package.json" ];
};

settings = {
hide_up_to_date = true;
Expand Down

0 comments on commit 9f8e6cd

Please sign in to comment.