numToStr / FTerm.nvim

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

site/pack/packer/start/FTerm.nvim/lua/FTerm/config.lua:30: attempt to index local 'str' (a nil value) #26

Closed ttys3 closed 3 years ago

ttys3 commented 3 years ago

if in docker ( docker run --rm -ti ubuntu:21.04 sh ), there is no SHELL env set, the plugin stopped to work:

site/pack/packer/start/FTerm.nvim/lua/FTerm/config.lua:30: attempt to index local 'str' (a nil value)
numToStr commented 3 years ago

Yup, this is expected. Try to change the default cmd in the setup and let me know if this fixes your issue.

numToStr commented 3 years ago

Closing for now. Please reopen if the issue is not fixed :)