mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
feat!: added icons
This commit is contained in:
parent
fe6d0b1745
commit
c046b1f5d5
1 changed files with 12 additions and 0 deletions
|
@ -11,6 +11,18 @@ M.defaults = {
|
||||||
patterns = {},
|
patterns = {},
|
||||||
},
|
},
|
||||||
package_path = vim.fn.stdpath("data") .. "/site/pack/lazy",
|
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")
|
M.ns = vim.api.nvim_create_namespace("lazy")
|
||||||
|
|
Loading…
Add table
Reference in a new issue