telescope-project.nvim
telescope-project.nvim copied to clipboard
fix(title): Extract windows project titles
Slight regex modification to support windows folder name extractions
# Previously
C:\Users\0x401\source\nvim-telescope => C:\Users\0x401\source\nvim-telescope
# Now
C:\Users\0x401\source\nvim-telescope => nvim-telescope.nvim
Won't update existing projects already saved in telescope-projects.txt
Thanks @b401 Do you know this won't cause issues for people on Linux/Mac?
Hey @claidler I've switched back to GNU/Linux a while ago but kept my neovim configuration the same (using my fork of telescope-project). No issues with the regex changes from my point of view.
Would still be good to have somebody else check it under GNU/Linux (or MacOS) before merging :)
Thanks for this @b401 appreciated