1
Fork 0

feat: vimux

This commit is contained in:
Matei Adriel 2022-03-09 20:03:04 +02:00
commit 68f807ecf2
11 changed files with 118 additions and 65 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -0,0 +1,9 @@
local arpeggio = require("my.plugins.arpeggio")
local M = {}
function M.setup()
arpeggio.chordSilent("n", "<Leader>vp", ":VimuxPromptCommand<CR>")
end
return M