1.5.0 (2024-06-05)
Features
- added lspconfig integration to fix its workspace management (3e301ee)
- buf: resolve modules in order: workspace root, loaded plugins, unloaded plugins. See #13 (47777cb)
- optionally add a completion source for coq_nvim (#20) (3af5a7d)
- workspace: find a workspace for a buffer / path (4c29893)
Bug Fixes
- pkg: added support for detecting modules with
pcall(require, "...")(be8332e)
Performance Improvements
- ignore
/luadirs since they will be in the library instead (1f54b6e)