Use luals 3rd library for luv (#1303)

This commit is contained in:
Diorman Colmenares 2025-01-15 11:38:26 -08:00 committed by GitHub
parent ff89769e45
commit 5bdde24dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -447,11 +447,10 @@ require('lazy').setup({
opts = { opts = {
library = { library = {
-- Load luvit types when the `vim.uv` word is found -- Load luvit types when the `vim.uv` word is found
{ path = 'luvit-meta/library', words = { 'vim%.uv' } }, { path = '${3rd}/luv/library', words = { 'vim%.uv' } },
}, },
}, },
}, },
{ 'Bilal2453/luvit-meta', lazy = true },
{ {
-- Main LSP Configuration -- Main LSP Configuration
'neovim/nvim-lspconfig', 'neovim/nvim-lspconfig',