Skip to content

Commit ca2e26c

Browse files
diormanrexfordessilfie
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent d8bd63b commit ca2e26c

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
@@ -448,11 +448,10 @@ require('lazy').setup({
448448
opts = {
449449
library = {
450450
-- Load luvit types when the `vim.uv` word is found
451-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
451+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
452452
},
453453
},
454454
},
455-
{ 'Bilal2453/luvit-meta', lazy = true },
456455
{
457456
-- Main LSP Configuration
458457
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)