Skip to content

Commit 7ea17ab

Browse files
diormanFabio Strozzi
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 75d1864 commit 7ea17ab

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
@@ -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)