1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.26k stars 325 forks source link

How to setup 'let configpath' on Windows #427

Closed gregist closed 8 years ago

gregist commented 8 years ago

I tried

let configpath = 'D:/_cvimrc'
set localconfig

It won't work.

1995eaton commented 8 years ago

Have you allowed cVim to run on local pages (checkbox in chrome://extensions)?

gregist commented 8 years ago

@1995eaton That solved the problem. THANKS!