pocco81 / high-str.nvim

🦎 A NeoVim plugin for highlighting visual selections like in a normal document editor!
GNU General Public License v3.0
306 stars 2 forks source link

Cannot export the higlighting #8

Closed Belamat closed 2 years ago

Belamat commented 2 years ago

Hi, great plugin : )

in my case i cannot save the highlightings

I highlight something and then :HSExport path/

but it outputs E488: Trailing characters

I've tried with ~/path/path/ also creating the folder.

Probably doing something wrong on my side.

pocco81 commented 2 years ago

Heya! could you tell me which OS are you using? and also, could you share your config here?

Edit: I just saw you ran :HSExport <path>, that command shouldn't receive any parameters and the path to which the highlights are exported is actually stored in your config. So starting from there, try running the command alone.

Belamat commented 2 years ago

Heya! could you tell me which OS are you using? and also, could you share your config here?

Edit: I just saw you ran :HSExport <path>, that command shouldn't receive any parameters and the path to which the highlights are exported is actually stored in your config. So starting from there, try running the command alone.

I get it to work !!!

I was missing the config folder for the pluggin. Ive created it and it worked grear!!

Thanks for the help and for the great plugging!!

Have a nice day !!