fannheyward / coc-rust-analyzer

rust-analyzer extension for coc.nvim
MIT License
1.13k stars 40 forks source link

fix: open local docs if they exist #1262

Closed danielrainer closed 3 months ago

danielrainer commented 3 months ago

Thanks for merging #1261! However, the negation added to the condition of the if statement means that the code only attempts to open local docs if the corresponding file does not exist, which means local docs don't get used.