iron.nvim icon indicating copy to clipboard operation
iron.nvim copied to clipboard

How to install this?

Open gramcracker opened this issue 3 years ago • 3 comments

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:

gramcracker avatar May 25 '21 07:05 gramcracker

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']

gramcracker avatar May 25 '21 23:05 gramcracker

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?

hkupty avatar May 26 '21 07:05 hkupty

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'

gramcracker avatar May 28 '21 05:05 gramcracker