numToStr / FTerm.nvim

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

Module 'FTerm' not found #24

Closed MrWelsch closed 3 years ago

MrWelsch commented 3 years ago

Hello,

I am currently trying to configure FTerm. Whenever I execute the keybind for toggling FTerm i get this error message

E5108: Error executing lua [string ":lua"]:1: module 'FTerm' not found: no field package.preload['FTerm'] no file './FTerm.lua' no file '/opt/homebrew/Cellar/luajit-openresty/20210510/share/luajit-2.1.0-beta3/FTerm.lua' no file '/usr/local/share/lua/5.1/FTerm.lua' no file '/usr/local/share/lua/5.1/FTerm/init.lua' no file '/opt/homebrew/Cellar/luajit-openresty/20210510/share/lua/5.1/FTerm.lua' no file '/opt/homebrew/Cellar/luajit-openresty/20210510/share/lua/5.1/FTerm/init.lua' no file './FTerm.so' no file '/usr/local/lib/lua/5.1/FTerm.so' no file '/opt/homebrew/Cellar/luajit-openresty/20210510/lib/lua/5.1/FTerm.so' no file '/usr/local/lib/lua/5.1/loadall.so'

Now, I already deleted my whole nvim/state folder, reinstalled all of my Plugins, ran :PackerSync and PackerInstall which tells me that FTerm is installed btw.

I'll have to keep using floaterm until this issue is fixed;