Skip to content

Commit a2be431

Browse files
committed
fix(mappings): set plugin managers' default icon to plugin
1 parent edf1a1b commit a2be431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cord/mappings/plugin_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local M = {}
22

3-
M.default_icon = 'text'
3+
M.default_icon = 'plugin'
44
local mappings = {
55
lazy = { M.default_icon, 'Lazy' },
66
pckr = { M.default_icon, 'Pckr' },

0 commit comments

Comments
 (0)