feat: Add vim-slime plugin with tmux target

This commit is contained in:
Max Luebke 2025-02-21 19:28:36 +01:00
parent 3b2a050ed0
commit 9e1a8e2660

View File

@ -75,4 +75,10 @@ return {
{
'lambdalisue/vim-suda',
},
{
'jpalardy/vim-slime',
init = function()
vim.g.slime_target = 'tmux'
end,
},
}