You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘m trying to use exvim to edit exvim files. But the .vimrc .vimrc.local .vimrc.plugins files are missing in ex_project and can't be found by Ctrl-P.
How can I include these files in a project?
The text was updated successfully, but these errors were encountered:
hmmm......... That is a very good question. I think i should add a file_filter named HIDDEN to help user on this.
Another idea is allow user have explicit file_filter, so user can type: file_filter=.vimrc,.gitignore
Right now, my solution is use vim's e command: :e .you.hidden.file. Because we seldom edit hidden file, and if we did, we know its name. And usually they are under root directory.
But you are right, I should make user comfortable if they need them.
I‘m trying to use exvim to edit exvim files. But the .vimrc .vimrc.local .vimrc.plugins files are missing in ex_project and can't be found by Ctrl-P.
How can I include these files in a project?
The text was updated successfully, but these errors were encountered: