numToStr / FTerm.nvim

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

project root #49

Closed rockneverdies55 closed 2 years ago

rockneverdies55 commented 2 years ago

launching the terminal in project root possibly ?

numToStr commented 2 years ago

Project root could be anything. But talking about the terminal It always opens inside your pwd (See :h :pwd). Also, if you run nvim inside your project root then the terminal will also launch with your project root.

numToStr commented 2 years ago

(Also, I am not going to add any option regarding project root or something)