Closed trevorhauter closed 2 months ago
What the title says. Currently, if I am loading this with lazy vim, I must configure it like this
return { 'trevorhauter/gitlinks.nvim', config = function() require('gitlinks') -- This will load lua/gitlinks/init.lua end, }
I'd like to skip the config part. The simpler the better.
This issue is misleading. Obviously, setup wasn't invoked here. We just required the plugin. I'm not sure what I was doing here.
setup
What the title says. Currently, if I am loading this with lazy vim, I must configure it like this
I'd like to skip the config part. The simpler the better.