feat: add logo configuration with icon and color
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
M.logo = {
|
||||||
|
icon = "",
|
||||||
|
color = "Special",
|
||||||
|
}
|
||||||
|
|
||||||
M.general = {
|
M.general = {
|
||||||
-- Excluded buffer types
|
-- Excluded buffer types
|
||||||
buf = {
|
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
|
-- Filetypes for Alternate plugin
|
||||||
M.alternate = {
|
M.alternate = {
|
||||||
"cpp",
|
"cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user