more refactoring
I got the color scheme and tree sitter into their own files.
This commit is contained in:
parent
84ca5bf93e
commit
2330a0d8ab
4 changed files with 50 additions and 90 deletions
16
lua/plugins/icons.lua
Normal file
16
lua/plugins/icons.lua
Normal 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 = '💤 ',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue