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"] = {},
|
||||
["wbthomason/packer.nvim"] = {},
|
||||
["NvChad/extensions"] = { module = "nvchad", cmd = "Telescope" },
|
||||
["NvChad/extensions"] = {},
|
||||
|
||||
["NvChad/base46"] = {
|
||||
after = "plenary.nvim",
|
||||
|
|
Loading…
Reference in New Issue