piersolenski / telescope-import.nvim

Import modules with ease
186 stars 8 forks source link

Golang support #25

Closed thelooter closed 6 months ago

thelooter commented 7 months ago

I really like this plugin. Currently it doesnt support go from what I can tell. Are there any plans to add that in the future?

piersolenski commented 6 months ago

Hey! I'm glad you enjoy it :-) I won't personally attempt to support every programming language, partly given the sheer amount in existence, but also because I am not familiar with the specific patterns and nuances of import patterns with each one.

A good starting point to see if your language of choice is already supported is to search GitHub for telescope-import.nvim and see if anyone else has added it under custom_languages.

If they haven't, then you can follow the instructions in the configuration section of the README to add a language of your choosing.

If you do end up adding Go, a PR would be much appreciated!