jakewvincent / mkdnflow.nvim

Fluent navigation and management of markdown notebooks
GNU General Public License v3.0
683 stars 41 forks source link

Fix/issue 193 #194

Closed matrig closed 7 months ago

matrig commented 7 months ago

Issue: Fixes issue #193

Description: This pull request addresses the issue where a bib file specified in bib.default_path is not found. The issue was caused by an incorrect file path in the codebase. This issue was caused by the fact that M.bib_paths.default was being populated in the scope of an if statement that is skipped unless find_in_root and root_dir are defined.

Changes Made:

Testing: Tested the changes locally on Fedora environment, NVIM v0.9.5, LuaJIT 2.1.1692716794

matrig commented 7 months ago

Sorry, I made a mess signing my commits due to being on a new laptop. I'll resubmit a different PR.