diff --git a/lazy-lock.json b/lazy-lock.json index ddcaa68b..68c2d0e0 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -31,5 +31,6 @@ "vim-fugitive": { "branch": "master", "commit": "99db68d9b3304580bd383da7aaee05c7a954a344" }, "vim-rhubarb": { "branch": "master", "commit": "ee69335de176d9325267b0fd2597a22901d927b1" }, "vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" }, + "vim-tmux-navigator": { "branch": "master", "commit": "7db70e08ea03b3e4d91f63713d76134512e28d7e" }, "which-key.nvim": { "branch": "main", "commit": "7ccf476ebe0445a741b64e36c78a682c1c6118b7" } } \ No newline at end of file diff --git a/lua/custom/plugins/tmux.lua b/lua/custom/plugins/tmux.lua new file mode 100644 index 00000000..6efe1fe5 --- /dev/null +++ b/lua/custom/plugins/tmux.lua @@ -0,0 +1,4 @@ +return { + "christoomey/vim-tmux-navigator", + lazy = false, +}