Skip to content

Commit 5c270ad

Browse files
committed
fix(nvim-tmux): lazy-load vim-tmux-navigator plugin
Remove explicit lazy=false to enable lazy-loading. The plugin will now load on-demand when navigator commands are invoked instead of on startup.
1 parent 6f9dbe6 commit 5c270ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dot_config/nvim/lua/plugins/tmux.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
return {
22
{
33
"christoomey/vim-tmux-navigator",
4-
lazy = false,
54
cmd = {
65
"TmuxNavigateLeft",
76
"TmuxNavigateDown",

0 commit comments

Comments
 (0)