I have Neovim (with NvChad). I seem to have 'tpope/vimrails' installed in my lua/plugins/init.lua file. When I start up :Lazy I can see that the plugin is listed under "not-loaded"
When I go into a Rails application the vim-rails "gf" command does not work.
I have installed the tpope/vim-rails plugin in my regular vim and ran "gf" at the same location and it does work.
I have spent the entire weekend trying to work on this single issue.
Can someone please point me to a source that explains how to get tpope/vim-rails working in Neovim?
Thank you for your time.
UPDATE: So it seems the issue is something in NvChad is getting in the way of the vim-rails script. I'll have to hunt that down later and post a solution. For now, I'm happy ditching NvChad and going with basic neovim with TJ Devries Kickstart project init.lua file as it feels more close to base vim for me. I'll detail the specifics of my solution below.
