Skip to content

Commit

Permalink
feat!: added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 23, 2022
1 parent fe6d0b1 commit c046b1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ M.defaults = {
patterns = {},
},
package_path = vim.fn.stdpath("data") .. "/site/pack/lazy",
view = {
icons = {
start = "",
plugin = "",
source = "",
config = "",
event = "",
keys = "",
cmd = "",
ft = "",
},
},
}

M.ns = vim.api.nvim_create_namespace("lazy")
Expand Down

0 comments on commit c046b1f

Please sign in to comment.