Skip to content

Commit f04101c

Browse files
diormannvim192
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 8583f7c commit f04101c

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
@@ -464,11 +464,10 @@ require('lazy').setup({
464464
opts = {
465465
library = {
466466
-- Load luvit types when the `vim.uv` word is found
467-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
467+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
468468
},
469469
},
470470
},
471-
{ 'Bilal2453/luvit-meta', lazy = true },
472471
{
473472
-- Main LSP Configuration
474473
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)