mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update dashboard
This commit is contained in:
parent
f1e6c8c266
commit
5b9e88f83f
4 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue