update dashboard

This commit is contained in:
asep komarudin 2023-01-15 06:07:14 +07:00
parent f1e6c8c266
commit 5b9e88f83f
4 changed files with 4 additions and 3 deletions

View file

@ -49,7 +49,7 @@ return {
{
"numToStr/Comment.nvim",
commit = "97a188a98b5a3a6f9b1b850799ac078faa17ab67",
event = "BufReadPost",
event = "InsertEnter",
init = function()
require("user.comment")
end,
@ -183,7 +183,7 @@ return {
},
{
"NvChad/nvim-colorizer.lua",
event = "BufWinEnter",
event = "VeryLazy",
opts = function()
require("user.colorizer")
end,