update plugin events

This commit is contained in:
xfy
2024-11-04 17:17:00 +08:00
parent 468bee5b64
commit 345cbfe45e
3 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ return {
{
"folke/ts-comments.nvim",
opts = {},
event = "BufRead",
event = "BufReadPost",
enabled = vim.fn.has("nvim-0.10.0") == 1,
},
}

View File

@ -72,7 +72,7 @@ return {
},
{
"supermaven-inc/supermaven-nvim",
event = "BufEnter",
event = "BufReadPost",
config = function()
require("supermaven-nvim").setup({})
end,

View File

@ -72,12 +72,12 @@ return {
},
{
"stevearc/dressing.nvim",
event = "BufRead",
event = "BufReadPost",
opts = {},
},
{
"RRethy/vim-illuminate",
event = "BufRead",
event = "BufReadPost",
opts = {
delay = 200,
large_file_cutoff = 2000,
@ -113,7 +113,7 @@ return {
},
{
"NvChad/nvim-colorizer.lua",
event = "BufRead",
event = "BufReadPost",
opts = {
user_default_options = {
tailwind = true,
@ -122,7 +122,7 @@ return {
},
{
"lukas-reineke/indent-blankline.nvim",
event = "BufRead",
event = "BufReadPost",
main = "ibl",
---@module "ibl"
---@type ibl.config
@ -149,7 +149,7 @@ return {
{
"echasnovski/mini.indentscope",
version = false,
event = "BufRead",
event = "BufReadPost",
opts = {
symbol = "",
-- options = { try_as_border = true },