Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp

This commit is contained in:
Jean-Sebastien Trottier 2024-07-21 23:56:29 -04:00
parent 6f3fe35de3
commit 1201de6d5c
No known key found for this signature in database
GPG Key ID: FE65C895A91596BC
1 changed files with 3 additions and 0 deletions

View File

@ -424,6 +424,9 @@ require('lazy').setup({
},
},
{ 'Bilal2453/luvit-meta', lazy = true },
-- Allows extra capabilities provided by nvim-cmp
'hrsh7th/cmp-nvim-lsp',
},
config = function()
-- Brief aside: **What is LSP?**