feat: add logo configuration with icon and color

This commit is contained in:
2024-08-29 14:26:27 -04:00
parent a66e5b5dd4
commit 3a09669908
+17
View File
@@ -4,6 +4,11 @@
local M = {}
M.logo = {
icon = "",
color = "Special",
}
M.general = {
-- Excluded buffer types
buf = {
@@ -27,6 +32,18 @@ M.general = {
},
}
-- All modes for keymaps
M.all_modes = {
"n",
"i",
"v",
"x",
"s",
"o",
"c",
"t",
}
-- Filetypes for Alternate plugin
M.alternate = {
"cpp",