I was expecting a lookup in ~/.local/share/nvim/lazy/iron.nvim/lua/... where the core.lua file resides (ie can be found in that folder), but it somehow drifts off to /usr/local/lib/lua...? Is it intended this way?
Or do I need to change something in the setup or elsewhere (eg some global search path settings)?
Sorry if it's an obvious error, but I am rather new to lua and neovim config.
Infos: I am running Neovim 0.9.4 from nvim-appimage with a fairly "out-of-the-box" LazyVim setup on WSL2 Ubuntu22.04.
Greetings.
PS: thnx for the awesome plugin - funny details on the side - having less trouble on Windows then on Ubuntu here, basically with identical setup.
After installing the plugin, when starting nvim it seems that the search for plugin components is not happening in the "usual" places?
I get following startup messages and
Iron....
commands are also not available for command execution.I was expecting a lookup in
~/.local/share/nvim/lazy/iron.nvim/lua/...
where thecore.lua
file resides (ie can be found in that folder), but it somehow drifts off to/usr/local/lib/lua...
? Is it intended this way? Or do I need to change something in the setup or elsewhere (eg some global search path settings)? Sorry if it's an obvious error, but I am rather new to lua and neovim config.Infos: I am running Neovim 0.9.4 from
nvim-appimage
with a fairly "out-of-the-box" LazyVim setup on WSL2 Ubuntu22.04.Greetings. PS: thnx for the awesome plugin - funny details on the side - having less trouble on Windows then on Ubuntu here, basically with identical setup.