From bc1cb99191db86fe3bbce63561a5642c21aaa2d8 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 12 Apr 2024 16:13:09 +0900 Subject: feat(packs): add nvim-colorizer.lua --- fnl/nvrc/pack.fnl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fnl/nvrc/pack.fnl') 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}) -- cgit 1.4.1