weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

/coc-settings.json|1 warning| File ignored by default. Use a negated ignore pattern (like "--ignore-pattern '!<relative/path/to/filename>'") to override. #486

Closed aspiiire closed 2 years ago

aspiiire commented 2 years ago

COC explorer is working fine but settings are not working, so Icons don't show up, instead I see + and - even when having a nerd tree font since I am using zsh with oh my zsh, here what it says when I want to create the settings file:

[My computer path]/coc-settings.json|1 warning| File ignored by default. Use a negated ignore pattern (like "--ignore-pattern '!<relative/path/to/filename>'") to override.

I have looked many times on the entire internet docs, issues etc but I don't see any solution. I have noticed that coc-settings when created did not have execution permission and I have added it with chmod but it is not working.

weirongxu commented 2 years ago

I don't know why your eslint is prompting this, but please use the :CocConfig command to edit the coc-settings.json file.