Skip to content

Commit

Permalink
fix(mini-surround): Make which-key entry color blue, as it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJameson committed Jul 13, 2023
1 parent 68d1021 commit f5ca5b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/astrocommunity/motion/mini-surround/init.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
local prefix = "gz"
local maps = { n = {} }
local icon = vim.g.icons_enabled and "󰑤 " or ""
maps.n[prefix] = { desc = icon .. "Surround" }
require("astronvim.utils").set_mappings(maps)
return {
{ "machakann/vim-sandwich", enabled = false },
{
"echasnovski/mini.surround",
keys = {
{ prefix, desc = "Surround" },
},
opts = {
mappings = {
add = prefix .. "a", -- Add surrounding in Normal and Visual modes
Expand Down

0 comments on commit f5ca5b8

Please sign in to comment.