piersolenski / telescope-import.nvim

Import modules with ease
186 stars 8 forks source link

feature request: do not always import in the first line. #2

Closed cxwx closed 1 year ago

cxwx commented 1 year ago

If I use Telescope import, it always add a line import XXX on the first line, could I set the new import line after other imports?

piersolenski commented 1 year ago

Heya! You can set insert_at_top = false in the config, that way it will just insert on whatever line the cursor is currently on. I might make this the default in the future!