dont lazy load extensions plugin as its useless to do so
fix 0bde81a074 (commitcomment-76091612)
This commit is contained in:
parent
50fdc12f80
commit
a7a6945f52
|
@ -4,7 +4,7 @@ local plugins = {
|
||||||
|
|
||||||
["nvim-lua/plenary.nvim"] = {},
|
["nvim-lua/plenary.nvim"] = {},
|
||||||
["wbthomason/packer.nvim"] = {},
|
["wbthomason/packer.nvim"] = {},
|
||||||
["NvChad/extensions"] = { module = "nvchad", cmd = "Telescope" },
|
["NvChad/extensions"] = {},
|
||||||
|
|
||||||
["NvChad/base46"] = {
|
["NvChad/base46"] = {
|
||||||
after = "plenary.nvim",
|
after = "plenary.nvim",
|
||||||
|
|
Loading…
Reference in New Issue