Skip to content
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

Closed
robertmarkbram opened this issue Feb 27, 2014 · 5 comments
Closed

get my_configs.vim working #49

robertmarkbram opened this issue Feb 27, 2014 · 5 comments

Comments

@robertmarkbram
Copy link

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?

@ttchin
Copy link

ttchin commented Feb 27, 2014

let NERDTreeIgnore=['.vim$', '.bak$', '~$']

@robertmarkbram
Copy link
Author

Sorry, typo there. I do have this (i.e. no leading colon) and it isn't being picked up.
let NERDTreeIgnore=['.vim$', '.bak$', '~$']

@ttchin
Copy link

ttchin commented Feb 27, 2014

You missed the backlash "".

@robertmarkbram
Copy link
Author

No, that's github.com changing what I copy and paste into this text field! Here is what I have

vim

@robertmarkbram
Copy link
Author

Ah, solved it. Am on Cygwin and had to make sure the file was in the right format etc..

chmod 777 my_configs.vim
dos2unix.exe my_configs.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants