Skip to content

Commit ce562a5

Browse files
diormanNickalas Cason
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 8248086 commit ce562a5

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
@@ -456,11 +456,10 @@ require('lazy').setup({
456456
opts = {
457457
library = {
458458
-- Load luvit types when the `vim.uv` word is found
459-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
459+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
460460
},
461461
},
462462
},
463-
{ 'Bilal2453/luvit-meta', lazy = true },
464463
{
465464
-- Main LSP Configuration
466465
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)