kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
1.05k stars 45 forks source link

Error after changing file path #40

Closed SavingHeaume closed 9 months ago

SavingHeaume commented 9 months ago

image

SavingHeaume commented 9 months ago

image

kawre commented 9 months ago

can you open neovim inside "D:/Project/LeetCode" and use the :pwd output as the directory?

SavingHeaume commented 9 months ago

Of course image

kawre commented 9 months ago

this directory has backslashes while the directory you specified has forward slashes. Can you replace them and check if it works?

SavingHeaume commented 9 months ago

late i will test

SavingHeaume commented 9 months ago

\recognized as escape character

SavingHeaume commented 9 months ago

image

SavingHeaume commented 9 months ago

I'm such a fool, "\" is ok, thanks