numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
743 stars 23 forks source link

Will this plugin have multiple terminal float windows #5

Closed Delhi-Babu closed 3 years ago

Delhi-Babu commented 3 years ago

Hey hi, will this plugin get multiple terminal float windows just like vim-floaterm

numToStr commented 3 years ago

I am not sure about that. I haven't found myself a use case for multiple terminals inside neovim.

What's your use case? Just curious.

Delhi-Babu commented 3 years ago

I am still a learner in webdev, I can launch live server in one terminal and maybe launch prettier or sass compiler in another terminal buffer

numToStr commented 3 years ago

IMO any long-running process inside the neovim terminal tends to slowdown neovim, at least that's the case with me. I would suggest you launch the server in another tab.

Delhi-Babu commented 3 years ago

ok, I am not aware of that