feat(nvim): load vim-tmux-navigator lazyly

dev-docs
Moritz Böhme 2023-06-28 09:15:48 +02:00
parent d256af3536
commit c99f20fb60
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ with builtins;
} }
{ {
plugin = vim-tmux-navigator; plugin = vim-tmux-navigator;
lazy = false; event = [ "VeryLazy" ];
} }
{ {
plugin = gitsigns-nvim; plugin = gitsigns-nvim;