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