lazyvim/lua/plugins/tmux.lua
kjuulh a86c163288
feat: with nullls
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-07 23:37:23 +02:00

7 lines
90 B
Lua

return {
"aserowy/tmux.nvim",
config = function()
require("tmux").setup()
end
}