coc-lists icon indicating copy to clipboard operation
coc-lists copied to clipboard

coc-lists is automatically creating a vimfiles directory for me, even though I already have a .vim directory under Git Bash.

Open markwu opened this issue 8 months ago • 2 comments

coc-lists is automatically creating a vimfiles directory for me, even though I already have a .vim directory under Git Bash. It appears that coc-lists is treating my environment as Windows rather than Linux.

My Vim path is /c/Users/markwu/.vim, but coc-lists is creating c:\Users\markwu\vimfiles for me.

My environment is Windows 10 with Git for Windows (Git Bash).

markwu avatar Nov 05 '23 19:11 markwu

And it is also creating a session files for me automatically.

markwu avatar Nov 05 '23 19:11 markwu

coc-lists will save sessions to vimfiles in window

https://github.com/neoclide/coc-lists/blob/720f8713860a6c45be6aac6b042416c9de680173/src/session.ts#L143

You can change the session.directory manually to .vim folder.

fannheyward avatar Nov 08 '23 01:11 fannheyward