This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
feature: use lua-language-server's builtin luv meta library #127
Labels
enhancement
New feature or request
Did you check the docs?
Is your feature request related to a problem? Please describe.
Hey!
So I've noticed that
luv
has been added tolua-language-server
's builtin meta libraries since 3 months ago..And so it would be nice to simply replace the
luv
metadata from neodev withlua-language-server
's and have much more completeluv
information :)Describe the solution you'd like
"${3rd}/luv/library"
toworkspace.library
vim.loop
with@type
uv
Describe alternatives you've considered
Stay as is.
Additional context
According to this test:
https://github.com/neovim/neovim/tree/master/test/functional/lua/loop_spec.lua#L154
vim.loop
isn't modified fromluv
so there shouldn't be any clashes.Potential caveat
If a user updates their
lua-language-server
version but not Neovim, there could be a slight desync in information.The text was updated successfully, but these errors were encountered: