Skip to content

Commit

Permalink
Enable lazy loading
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
2 people authored and Maarten van Beek committed May 15, 2024
1 parent 5a1ad9b commit bce4aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/code-runner/toggletasks-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"jedrzejboczar/toggletasks.nvim",
lazy = true,
dependencies = {
{ "nvim-lua/plenary.nvim" },
{ "akinsho/toggleterm.nvim" },
Expand Down

0 comments on commit bce4aa2

Please sign in to comment.