diff options
author | sefidel <contact@sefidel.net> | 2024-04-12 16:13:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-04-12 23:31:36 +0900 |
commit | bc1cb99191db86fe3bbce63561a5642c21aaa2d8 (patch) | |
tree | c3703430b15498108f290826c0b33c088bd0acef /fnl | |
parent | f1a3b40d306b249764e1cd0c1108fef4c8a83194 (diff) | |
download | nvimrc-bc1cb99191db86fe3bbce63561a5642c21aaa2d8.tar.gz nvimrc-bc1cb99191db86fe3bbce63561a5642c21aaa2d8.zip |
feat(packs): add nvim-colorizer.lua
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 3 |
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}) |