Skip to content

Commit d3a2323

Browse files
diormanandreacanton
authored andcommitted
Use luals 3rd library for luv (nvim-lua#1303)
1 parent 9794cf1 commit d3a2323

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
@@ -454,11 +454,10 @@ require('lazy').setup({
454454
opts = {
455455
library = {
456456
-- Load luvit types when the `vim.uv` word is found
457-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
457+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
458458
},
459459
},
460460
},
461-
{ 'Bilal2453/luvit-meta', lazy = true },
462461
{
463462
-- Main LSP Configuration
464463
'neovim/nvim-lspconfig',

0 commit comments

Comments
 (0)