Releases: folke/lazydev.nvim
Releases · folke/lazydev.nvim
v1.9.0
v1.8.0
v1.7.1
v1.7.0
v1.6.0
v1.5.1
v1.5.0
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
/lua
dirs since they will be in the library instead (1f54b6e)
v1.4.0
1.4.0 (2024-06-04)
Features
- added a
LazyDev
debugging command that shows libraries and settings for the current buffer (3f6320d) - added support for loading libraries based on words/mods (7fabc0d)
Bug Fixes
- pkg: luvit-meta/library not found using native package system (#19) (96062a7)
- workspace: make sure we always add the /lua root of the current project (50927b4)
Performance Improvements
- only update single when needed (fe37da2)
v1.3.0
1.3.0 (2024-06-03)
Features
- config: make it easier to specify plugin paths in library (890c7d5)
- prettier debug (fe68a25)
- prettier debug (766931a)
Bug Fixes
- added single file support. Fixes #10 (0592c8f)
- fixup for debug. See #10 (f3b3795)
- lsp: dont error when workspace not loaded yet. Fixes #10 (41e5bb1)
- lsp: try to avoid incorrect temporary diagnostics (22473af)
- pass root_dir to enabled instead of lsp client (37ba8ac)
- remove lazy.nvim dep (4bd9af4)
- revert set_handlers for now (f2fe955)
- windows fixes #12 (f98d85a)
- workspace: don't add workspace folder as library. See #13 (ae12a62)
- workspace: resolve real paths. Fixes #13 (b32bc5a)