dont lazy load extensions plugin as its useless to do so

fix https://github.com/NvChad/NvChad/commit/0bde81a074f95a6e5096989d0f229bc221ead683#commitcomment-76091612
This commit is contained in:
siduck
2022-06-14 23:23:13 +05:30
parent 50fdc12f80
commit a7a6945f52
+1 -1
View File
@@ -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",