Files
ideadrop.nvim/lua/ideaDrop/core/config.lua
Carlos Gutierrez c706e8ee4f fix: improve graph path handling and error messages
- Handle nil idea_dir in config (don't override default with nil)
- Expand environment variables and ~ in paths during setup
- Add get_idea_dir() helper function for consistent path access
- Remove trailing slashes from paths
- Add fallback to non-recursive glob if recursive finds no files
- Show actual path being used in error messages for debugging
- Better error messages when directory doesn't exist or has no .md files
2026-01-10 23:06:46 -05:00

1.6 KiB