trevorhauter / gitportal.nvim

Easily generate or ingest shareable permalinks to get to the files you want. Fast.
MIT License
5 stars 0 forks source link

Update plugin so you don't have to import core #21

Closed trevorhauter closed 6 days ago

trevorhauter commented 1 week ago

Right now, to access the funcs that actually make this plugin work you have to do it like this

require("gitportal.core")

We should be able to just do

require("gitportal")

Fix it!

Here's Harpoon as an example https://github.com/ThePrimeagen/harpoon/tree/harpoon2?tab=readme-ov-file#basic-setup