Skip to content

Commit

Permalink
perf(colorizer): lazy load
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Jun 12, 2023
1 parent 929fcad commit 6758edd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugins/colorizer.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
local M = { "NvChad/nvim-colorizer.lua" }

M.event = "BufAdd"

M.opts = {
buftypes = require("config.util").no_format,
filetypes = { "*", cmp_docs = { always_update = true } },
Expand Down

0 comments on commit 6758edd

Please sign in to comment.