about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-04-12 16:13:09 +0900
committersefidel <contact@sefidel.net>2024-04-12 23:31:36 +0900
commitbc1cb99191db86fe3bbce63561a5642c21aaa2d8 (patch)
treec3703430b15498108f290826c0b33c088bd0acef /fnl/nvrc
parentf1a3b40d306b249764e1cd0c1108fef4c8a83194 (diff)
downloadnvimrc-bc1cb99191db86fe3bbce63561a5642c21aaa2d8.tar.gz
nvimrc-bc1cb99191db86fe3bbce63561a5642c21aaa2d8.zip
feat(packs): add nvim-colorizer.lua
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index ca9d29c..cf75375 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -10,6 +10,9 @@
                                          :event [:BufReadPost :BufNewFile]
                                          :dependencies [(pack :nvim-treesitter/nvim-treesitter-refactor)
                                                         (pack :nvim-treesitter/nvim-treesitter-textobjects)]})
+(pack! :NvChad/nvim-colorizer.lua {:opts {:user_default_options {:mode :background
+                                                                   :RRGGBBAA true
+                                                                   :css true}}})
 
 (pack! :justinmk/vim-dirvish)
 (pack! :echasnovski/mini.indentscope {:req :mini-indentscope})