topper3418 2330a0d8ab more refactoring
I got the color scheme and tree sitter into their own files.
2024-07-23 18:27:39 -05:00

17 lines
303 B
Lua

return vim.g.have_nerd_font and {}
or {
cmd = '',
config = '🛠',
event = '📅',
ft = '📂',
init = '',
keys = '🗝',
plugin = '🔌',
runtime = '💻',
require = '🌙',
source = '📄',
start = '🚀',
task = '📌',
lazy = '💤 ',
}