mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 16:30:30 -07:00
[wip] rebuild from scratch
This commit is contained in:
parent
5c607d047b
commit
91ba5541a3
35 changed files with 473 additions and 485 deletions
12
lua/plugins/nvim-colorizer.lua
Normal file
12
lua/plugins/nvim-colorizer.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"NvChad/nvim-colorizer.lua",
|
||||
-- event = "User FilePost",
|
||||
-- opts = { user_default_options = { names = false } },
|
||||
-- config = function(_, opts)
|
||||
-- require('colorizer').setup(opts)
|
||||
--
|
||||
-- vim.defer_fn(function()
|
||||
-- require('colorizer').attach_to_buffer(0)
|
||||
-- end, 0)
|
||||
-- end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue