Skip to content

Commit

Permalink
feat(grapple-nvim): change grapple icon from arrow to hook to disting…
Browse files Browse the repository at this point in the history
…uish from harpoon (#418)
  • Loading branch information
Subjective authored Jul 13, 2023
1 parent 6ae1fde commit b93f8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/grapple-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local prefix = "<leader><leader>"
local maps = { n = {} }
local icon = vim.g.icons_enabled and "󱡀 " or ""
local icon = vim.g.icons_enabled and "󰛢 " or ""
maps.n[prefix] = { desc = icon .. "Grapple" }
require("astronvim.utils").set_mappings(maps)
return {
Expand Down

0 comments on commit b93f8a8

Please sign in to comment.