new-main #1

Open
SailReal wants to merge 139 commits from new-main into main
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 5bdde24dfb - Show all commits

View File

@ -447,11 +447,10 @@ require('lazy').setup({
opts = {
library = {
-- Load luvit types when the `vim.uv` word is found
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
},
},
},
{ 'Bilal2453/luvit-meta', lazy = true },
{
-- Main LSP Configuration
'neovim/nvim-lspconfig',