We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9794cf1 commit d3a2323Copy full SHA for d3a2323
init.lua
@@ -454,11 +454,10 @@ require('lazy').setup({
454
opts = {
455
library = {
456
-- Load luvit types when the `vim.uv` word is found
457
- { path = 'luvit-meta/library', words = { 'vim%.uv' } },
+ { path = '${3rd}/luv/library', words = { 'vim%.uv' } },
458
},
459
460
461
- { 'Bilal2453/luvit-meta', lazy = true },
462
{
463
-- Main LSP Configuration
464
'neovim/nvim-lspconfig',
0 commit comments