iron.nvim
iron.nvim copied to clipboard
How to install this?
This is probably a noob question, but where do I need to place this project where init.vim will see it? I keep getting the error Error while calling lua chunk: /home/josh/.config/nvim/plugins.lua:1: module 'iron' not found:
apparently I install it just like any other plugin. For me it was using Plug: Plug 'hkupty/iron.nvim'
. I'm still getting some error : module 'iron' not found: no field package.preload['iron']
Hi! No such thing as a noob question, feel free to open issues if things are not working as they should.
From what I can see, looks like iron is not loaded when you source your plugins.lua
. Can you try cleaning up your packages and installing again?
I've gotten it installed, but now executing :IronRepl
in a python file gives the error: Error executing lua [string ":lua"]:1: loop or previous error loading module 'iron'