numToStr / FTerm.nvim

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

Set filetype just after the window is created #14

Closed delphinus closed 3 years ago

delphinus commented 3 years ago

See #13

Set in create_win() instead of create_buf() because window options such as winhl, winblend should be available after the window is created.

numToStr commented 3 years ago

Thanks.