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 {
|
use {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
module = "lspconfig",
|
||||||
opt = true,
|
opt = true,
|
||||||
setup = function()
|
setup = function()
|
||||||
require("core.utils").packer_lazy_load "nvim-lspconfig"
|
require("core.utils").packer_lazy_load "nvim-lspconfig"
|
||||||
|
Loading…
Reference in New Issue
Block a user