cmp-path
cmp-path copied to clipboard
Windows paths starting with a drive letter are not recognized as such
Paths starting with, for example, C:// etc are not recognized as paths.
c-x c-f works fine though.
Likely just need another pattern around here: https://github.com/hrsh7th/cmp-path/blob/main/lua/cmp_path/init.lua#L54
Note that I have shellslash enabled so I am using forward slashes on windows.