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 d8bd63b commit ca2e26cCopy full SHA for ca2e26c
init.lua
@@ -448,11 +448,10 @@ require('lazy').setup({
448
opts = {
449
library = {
450
-- Load luvit types when the `vim.uv` word is found
451
- { path = 'luvit-meta/library', words = { 'vim%.uv' } },
+ { path = '${3rd}/luv/library', words = { 'vim%.uv' } },
452
},
453
454
455
- { 'Bilal2453/luvit-meta', lazy = true },
456
{
457
-- Main LSP Configuration
458
'neovim/nvim-lspconfig',
0 commit comments