plugins:lspconfig: Add module name to packer config
https://github.com/NvChad/NvChad/issues/730
This commit is contained in:
parent
bad06dc44f
commit
b9fcaf610f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue