Add vim-tmux-plugin

This commit is contained in:
Julian Raufelder 2023-08-31 16:35:55 +02:00
parent d77d805495
commit c705d03a4b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ require('lazy').setup({
build = "cd app && npm install",
init = function() vim.g.mkdp_filetypes = { "markdown" } end,
},
'christoomey/vim-tmux-navigator',
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
-- These are some example plugins that I've included in the kickstart repository.