feat: add logo configuration with icon and color
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user