Skip to content

Commit

Permalink
feat: added lua_ls luv builtin library. Fixes #127
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 13, 2023
1 parent fc9a4cc commit 8c32d8b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6,837 deletions.
2 changes: 1 addition & 1 deletion lua/neodev/build/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function M.build()

M.api()

M.write("luv", Docs.luv())
-- M.write("luv", Docs.luv())
M.write("lua", Docs.lua())
M.write("vim.fn", Docs.functions())
end
Expand Down
2 changes: 1 addition & 1 deletion lua/neodev/luals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local M = {}
---@param opts LuaDevOptions
function M.library(opts)
opts = config.merge(opts)
local ret = {}
local ret = { "${3rd}/luv/library" }

if opts.library.types then
table.insert(ret, config.types())
Expand Down

0 comments on commit 8c32d8b

Please sign in to comment.