We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555b49a commit 1035acbCopy full SHA for 1035acb
init.lua
@@ -449,11 +449,10 @@ require('lazy').setup({
449
opts = {
450
library = {
451
-- Load luvit types when the `vim.uv` word is found
452
- { path = 'luvit-meta/library', words = { 'vim%.uv' } },
+ { path = '${3rd}/luv/library', words = { 'vim%.uv' } },
453
},
454
455
456
- { 'Bilal2453/luvit-meta', lazy = true },
457
{
458
-- Main LSP Configuration
459
'neovim/nvim-lspconfig',
0 commit comments