Skip to content

Commit e984f7b

Browse files
diormanmonk3yd
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 7368f6c commit e984f7b

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
@@ -519,11 +519,10 @@ require('lazy').setup({
519519
opts = {
520520
library = {
521521
-- Load luvit types when the `vim.uv` word is found
522-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
522+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
523523
},
524524
},
525525
},
526-
{ 'Bilal2453/luvit-meta', lazy = true },
527526
{
528527
-- Main LSP Configuration
529528
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)