Skip to content

Commit

Permalink
fix(transparent-nvim): transparent keymap (#945)
Browse files Browse the repository at this point in the history
fix transparent keymap
  • Loading branch information
LumenYoung authored May 7, 2024
1 parent b9d224a commit ba1a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/color/transparent-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return {
opts = {
mappings = {
n = {
["<Leader>uT"] = { desc = "Toggle transparency" },
["<Leader>uT"] = { "<Cmd>TransparentToggle<CR>", desc = "Toggle transparency" },
},
},
},
Expand Down

0 comments on commit ba1a98f

Please sign in to comment.