numToStr / FTerm.nvim

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

feat: use nvim_open_win native border #7

Closed numToStr closed 3 years ago

numToStr commented 3 years ago

With https://github.com/neovim/neovim/pull/13998 merged in the neovim's core. We now have native borders in a floating window. Which will remove the need for an extra floating window + buffer for creating the border and makes the opening/closing terminal faster.