Skip to content

Commit

Permalink
ui/colorizer: use new maintained fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerinoern committed Feb 10, 2024
1 parent 3906dc2 commit 8b520fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/colorizer/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in {

vim.luaConfigRC.colorizer = nvim.dag.entryAnywhere ''
require('colorizer').setup({
filetypes = ${nvim.lua.attrsetToLuaTable cfg.filetypes},
filetypes = ${nvim.lua.attrsetToLuaTable cfg.options.filetypes},
user_default_options = {
RGB = ${boolToString cfg.options.rgb};
RRGGBB = ${boolToString cfg.options.rrggbb};
Expand Down

0 comments on commit 8b520fd

Please sign in to comment.