mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add Dotbot
This commit is contained in:
10
config/nvim/lua/plugins/vimux.lua
Normal file
10
config/nvim/lua/plugins/vimux.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Easily interact with tmux from vim
|
||||
-- https://github.com/preservim/vimux
|
||||
return {
|
||||
"preservim/vimux",
|
||||
config = function()
|
||||
vim.g.VimuxHeight = "30"
|
||||
vim.g.VimuxOrientation = "h"
|
||||
vim.g.VimuxUseNearestPane = 0
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user