statusline.lua
statusline.lua copied to clipboard
Error during startup in NeovimQt
Working purely from command line, the plugin works fine. However, launching via NeovimQt, I immediately get the following error:

Looks like the environment variable HOME is not available in the QT Mode?
Aha, yes I see that the $HOME will not be available on non-terminals. I will have a look to see if there is a way to get the $HOME path without referencing the variable. There should be perhaps using a nvim lua library.