Merge 'upstream': luv, doc updates

- Use luals 3rd library for luv
- chore: fix typo in bug report issue template
- chore: remove redundant comment
This commit is contained in:
Damjan 9000
2025-01-17 13:44:50 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -8,11 +8,10 @@ return {
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',
@@ -25,7 +24,6 @@ return {
'WhoIsSethDaniel/mason-tool-installer.nvim',
-- Useful status updates for LSP.
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
-- Allows extra capabilities provided by nvim-cmp