Use luals 3rd library for luv

This commit is contained in:
Diorman Colmenares 2025-01-08 23:18:43 -08:00
parent db4867acb9
commit ace7e4760e
No known key found for this signature in database
GPG Key ID: 8311AD6716DF771D
1 changed files with 1 additions and 2 deletions

View File

@ -447,11 +447,10 @@ require('lazy').setup({
opts = {
library = {
-- 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
'neovim/nvim-lspconfig',