more refactoring

I got the color scheme and tree sitter into their own files.
This commit is contained in:
topper3418 2024-07-23 18:27:39 -05:00
parent 84ca5bf93e
commit 2330a0d8ab
4 changed files with 50 additions and 90 deletions

16
lua/plugins/icons.lua Normal file
View file

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