Skip to content

Commit

Permalink
feat: Add colorizer keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jan 10, 2025
1 parent 5fb9fea commit 6442684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/vnext/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ return {
{
"catgoose/nvim-colorizer.lua",
cmd = "ColorizerToggle",
keys = {
{ "<leader>ux", "<cmd>ColorizerToggle<cr>", desc = "Colorizer" },
},
opts = {},
},
-- {
Expand Down

0 comments on commit 6442684

Please sign in to comment.