dotfiles/.config/nvim/lua/plugins/fterm.lua

8 lines
93 B

return {
-- floating terminal to toggle
{
'numtostr/fterm.nvim',
opts = {}
}
}