Skip to content

Commit

Permalink
Merge pull request #110 from djensenius/lazy-load-vimtest
Browse files Browse the repository at this point in the history
Lazy load vimtest
  • Loading branch information
djensenius authored Sep 10, 2024
2 parents 9960187 + d1aff31 commit 8fe246b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins/vimtest.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"vim-test/vim-test",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
"preservim/vimux",
},
Expand Down

0 comments on commit 8fe246b

Please sign in to comment.