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 8248086 commit ce562a5Copy full SHA for ce562a5
init.lua
@@ -456,11 +456,10 @@ require('lazy').setup({
456
opts = {
457
library = {
458
-- Load luvit types when the `vim.uv` word is found
459
- { path = 'luvit-meta/library', words = { 'vim%.uv' } },
+ { path = '${3rd}/luv/library', words = { 'vim%.uv' } },
460
},
461
462
463
- { 'Bilal2453/luvit-meta', lazy = true },
464
{
465
-- Main LSP Configuration
466
'neovim/nvim-lspconfig',
0 commit comments