hrsh7th / cmp-path

nvim-cmp source for path
MIT License
627 stars 60 forks source link

Added support for windows path pattern (only forward slash) #41

Open harshad1 opened 2 years ago

harshad1 commented 2 years ago

This PR attempts to address #8

Only forward slashes will be supported as that is what the rest of this plugin relies on

harshad1 commented 2 years ago

This now works correctly. More testing is likely required.