Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Releases: folke/neodev.nvim

v3.0.0

01 Jun 19:32
1f4ebcc
Compare
Choose a tag to compare

3.0.0 (2024-06-01)

⚠ BREAKING CHANGES

Features

  • added lpeg types (4233305)
  • added vim.iter, vim.version and vim.secure. Fixes #153 (76bdb81)

Bug Fixes

  • add some types back for nightly since not everything is typed yet in core (f54ec26)
  • correctly type vim.iter. See #153 (5136343)
  • deepcopy lsp config before unsetting library for fallback scopes. Fixes #190 (1c5dc3e)
  • only skip workspace libraries when needed and extend original config (e7ca4a2)
  • soft deprecate neodev.nvim (dcd0ddd)
  • use Neovim distributed types on Neovim >= 0.10, instead of neodev (b354c38)

Performance Improvements

  • luals: don't add workspace library for the fallback scope (c6be05a)

Documentation

v2.5.2

24 Mar 08:49
da1562e
Compare
Choose a tag to compare

2.5.2 (2023-03-24)

Bug Fixes

v2.5.1

12 Mar 08:27
78fb637
Compare
Choose a tag to compare

2.5.1 (2023-03-12)

Bug Fixes

  • lua_ls: plugin name detection of symlinked plugins (#140) (a60eaee)

v2.5.0

10 Mar 08:34
bd2b5de
Compare
Choose a tag to compare

2.5.0 (2023-03-10)

Features

  • luv: use the luv addon instead of the deprecated 3rd party (f06c113)

v2.4.2

08 Mar 07:40
bd6a722
Compare
Choose a tag to compare

2.4.2 (2023-03-08)

Bug Fixes

  • parameter types for searchpair and searchpairpos (#130) (c87f69c)

v2.4.1

01 Mar 14:47
04c02d8
Compare
Choose a tag to compare

2.4.1 (2023-02-28)

Bug Fixes

  • parameter types for vim.wait and vim.fn.input (#131) (55d3a74)

v2.4.0

13 Feb 22:00
a81e749
Compare
Choose a tag to compare

2.4.0 (2023-02-13)

Features

  • added lua_ls luv builtin library. Fixes #127 (8c32d8b)

v2.3.0

13 Feb 09:50
fc9a4cc
Compare
Choose a tag to compare

2.3.0 (2023-02-13)

Features

v2.2.1

12 Feb 09:50
1b21ea6
Compare
Choose a tag to compare

2.2.1 (2023-02-12)

Bug Fixes

v2.2.0

10 Feb 16:54
c0b14bb
Compare
Choose a tag to compare

2.2.0 (2023-02-10)

Features