Skip to content

Commit 578ee76

Browse files
diormanzenvignesh
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 24915d9 commit 578ee76

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
@@ -459,11 +459,10 @@ require('lazy').setup({
459459
opts = {
460460
library = {
461461
-- Load luvit types when the `vim.uv` word is found
462-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
462+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
463463
},
464464
},
465465
},
466-
{ 'Bilal2453/luvit-meta', lazy = true },
467466
{
468467
-- Main LSP Configuration
469468
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)