dont lazy load extensions plugin as its useless to do so

fix 0bde81a074 (commitcomment-76091612)
This commit is contained in:
siduck 2022-06-14 23:23:13 +05:30
parent 50fdc12f80
commit a7a6945f52
1 changed files with 1 additions and 1 deletions

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",