Add vim-tmux-plugin
This commit is contained in:
parent
b18faa77bc
commit
960d0fd871
1
init.lua
1
init.lua
|
@ -222,6 +222,7 @@ require('lazy').setup({
|
||||||
build = "cd app && npm install",
|
build = "cd app && npm install",
|
||||||
init = function() vim.g.mkdp_filetypes = { "markdown" } end,
|
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
|
-- 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.
|
-- These are some example plugins that I've included in the kickstart repository.
|
||||||
|
|
Loading…
Reference in New Issue