Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: #2 Can't override base provider with table
First issue was that `utils.resolve_providers` was returning nil when the user supplied a table. Second issue was that `vim.tbl_filter` strips out keys so it was losing the fact that `default` was being overridden, preventing `pretty_path._default_provider` from getting set correctly
- Loading branch information