numToStr / FTerm.nvim

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

It opens a window without a shell #104

Open Vinni-Cedraz opened 4 months ago

Vinni-Cedraz commented 4 months ago

Here is my config (lazy.nvim):

return { "numtostr/FTerm.nvim", config = function() require("FTerm").setup({ cmd = os.getenv("SHELL"), border = "double", dimensions = { height = 0.9, width = 0.9, }, }) end, }

you can see I'm using the cmd = os.getenv("SHELL") but it has no effect:

image

There is nothing there, not even a shell.