feat!: added icons

This commit is contained in:
Folke Lemaitre 2022-11-23 19:06:04 +01:00
parent fe6d0b1745
commit c046b1f5d5
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 12 additions and 0 deletions

View File

@ -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")