Skip to content

Commit 5bdde24

Browse files
authored
Use luals 3rd library for luv (#1303)
1 parent ff89769 commit 5bdde24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,10 @@ require('lazy').setup({
447447
opts = {
448448
library = {
449449
-- Load luvit types when the `vim.uv` word is found
450-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
450+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
451451
},
452452
},
453453
},
454-
{ 'Bilal2453/luvit-meta', lazy = true },
455454
{
456455
-- Main LSP Configuration
457456
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)