Skip to content

Commit 4b93f86

Browse files
diormanSantiago Restrepo
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 0991d79 commit 4b93f86

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
@@ -364,11 +364,10 @@ require('lazy').setup({
364364
opts = {
365365
library = {
366366
-- Load luvit types when the `vim.uv` word is found
367-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
367+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
368368
},
369369
},
370370
},
371-
{ 'Bilal2453/luvit-meta', lazy = true },
372371
{
373372
-- Main LSP Configuration
374373
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)