Skip to content

It opens a window without a shell #104

@Vinni-Cedraz

Description

@Vinni-Cedraz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions