Skip to content

Commit 73d9cf8

Browse files
committed
refactor(Hex #colors): Let's make the name more intuitive, and let's add a TODO to make a proper toggle in the toggles file.
1 parent 16a2ee4 commit 73d9cf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/base/4-mappings.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,9 @@ if is_available("nvim-cmp") then
443443
maps.n["<leader>uc"] = { ui.toggle_cmp, desc = "Autocompletion" }
444444
end
445445
if is_available("nvim-highlight-colors") then
446+
-- TODO: Create an actual toggle for this in ./utils/ui.lua
446447
maps.n["<leader>uC"] =
447-
{ "<cmd>HighlightColors toggle<cr>", desc = "Color highlight" }
448+
{ "<cmd>HighlightColors toggle<cr>", desc = "Hex #colors" }
448449
end
449450
maps.n["<leader>ud"] = { ui.toggle_diagnostics, desc = "Diagnostics" }
450451
maps.n["<leader>uD"] = { ui.set_indent, desc = "Change indent setting" }

0 commit comments

Comments
 (0)