Use luals 3rd library for luv (#1303)

This commit is contained in:
Diorman Colmenares 2025-01-15 11:38:26 -08:00 committed by nik
parent f93eff64f3
commit d34286929f
1 changed files with 1 additions and 2 deletions

View File

@ -364,11 +364,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',