-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get my_configs.vim working #49
Comments
let NERDTreeIgnore=['.vim$', '.bak$', '~$'] |
Sorry, typo there. I do have this (i.e. no leading colon) and it isn't being picked up. |
You missed the backlash "". |
Ah, solved it. Am on Cygwin and had to make sure the file was in the right format etc.. chmod 777 my_configs.vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have .vim_runtime\my_configs.vim with some config in it:
:let NERDTreeIgnore=['.vim$', '.bak$', '~$']
But when I open NERDtree, I still all the bak files. I know that the command works because in vim, I can enter it directly, refresh NERDtree and the bak files disappear. How can I trouble shoot this to get vim to pick up my_configs.vim?
The text was updated successfully, but these errors were encountered: