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

[Bug] Setting `saving_path` option in Windows doesn't produce any effect #14

Open pidgeon777 opened 1 year ago

pidgeon777 commented 1 year ago

The default value for saving_path is currently:

saving_path = "/tmp/highstr/"

But when configuring it like this in Windows:

saving_path = "C:\\Work\\"

then the cords.txt file is created in the C:\tmp\highstr directory.