aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/pack.fnl3
-rw-r--r--lazy-lock.json1
2 files changed, 4 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})
diff --git a/lazy-lock.json b/lazy-lock.json
index d7eabde..607fac0 100644
--- a/lazy-lock.json
+++ b/lazy-lock.json
@@ -15,6 +15,7 @@
"mini.indentscope": { "branch": "main", "commit": "cf07f19e718ebb0bcc5b00999083ce11c37b8d40" },
"nvim-autopairs": { "branch": "master", "commit": "dbfc1c34bed415906395db8303c71039b3a3ffb4" },
"nvim-cmp": { "branch": "main", "commit": "04e0ca376d6abdbfc8b52180f8ea236cbfddf782" },
+ "nvim-colorizer.lua": { "branch": "master", "commit": "85855b38011114929f4058efc97af1059ab3e41d" },
"nvim-dap": { "branch": "master", "commit": "c1695e500c7d552a0a19953a9aefcc89178fb1af" },
"nvim-dap-ui": { "branch": "master", "commit": "edfa93f60b189e5952c016eee262d0685d838450" },
"nvim-lspconfig": { "branch": "master", "commit": "d67715d3b746a19e951b6b0a99663fa909bb9e64" },