initial commit

This commit is contained in:
Keyoonz
2025-08-11 23:59:08 +02:00
commit cb21bbc1a7
14 changed files with 383 additions and 0 deletions

8
lua/assets/icons.lua Normal file
View File

@@ -0,0 +1,8 @@
return {
diagnostics = {
Error = "",
Warn = "",
Info = "",
Hint = "",
}
}