nvim-neorg / neorg-telescope

Telescope.nvim integration for Neorg
GNU General Public License v3.0
187 stars 24 forks source link

insert_file_link will now insert a link created by the prompt if there is no selection present #17

Closed zdcthomas closed 2 years ago

zdcthomas commented 2 years ago

I think that this adds a nice option to the flow of inserting a file link, so that a new file can be created easily if hop is used on the newly generated link.

If there's anything that should be changed at all please let me know!

Thanks for the awesome plugin!

max397574 commented 2 years ago

Looks good to me. I didn't even know that files will be created if you have a link to an unexisting files. Change the Note in the readme a little bit (it doesn't have to be 1:1 what I suggested but should include the same info) and then I can merge.

max397574 commented 2 years ago

Thank you for the pr

zdcthomas commented 2 years ago

Good call on the better wording! I also added a link to hop for clarity.