Skip to content

Commit 1035acb

Browse files
diormankiran079
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 555b49a commit 1035acb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,11 +449,10 @@ require('lazy').setup({
449449
opts = {
450450
library = {
451451
-- Load luvit types when the `vim.uv` word is found
452-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
452+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
453453
},
454454
},
455455
},
456-
{ 'Bilal2453/luvit-meta', lazy = true },
457456
{
458457
-- Main LSP Configuration
459458
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)