plugins:lspconfig: Add module name to packer config

https://github.com/NvChad/NvChad/issues/730
This commit is contained in:
Akianonymus 2022-01-22 13:23:15 +05:30 committed by siduck
parent bad06dc44f
commit b9fcaf610f
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ return packer.startup(function()
use {
"neovim/nvim-lspconfig",
module = "lspconfig",
opt = true,
setup = function()
require("core.utils").packer_lazy_load "nvim-lspconfig"