add nvchad_feedback() for #2938 to notify users

This commit is contained in:
siduck 2024-07-22 10:03:47 +05:30
parent b657b0ef84
commit 85b9f56869

View File

@ -12,6 +12,9 @@ return {
"NvChad/ui", "NvChad/ui",
branch = "v2.5", branch = "v2.5",
lazy = false, lazy = false,
build = function()
dofile(vim.fn.stdpath "data" .. "/lazy/ui/lua/nvchad_feedback.lua")()
end,
config = function() config = function()
require "nvchad" require "nvchad"
end, end,