FTerm.nvim icon indicating copy to clipboard operation
FTerm.nvim copied to clipboard

It opens a window without a shell

Open Vinni-Cedraz opened this issue 1 year ago • 0 comments

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.

Vinni-Cedraz avatar May 26 '24 21:05 Vinni-Cedraz