diff --git a/lua/data/types.lua b/lua/data/types.lua index b534282..1331590 100644 --- a/lua/data/types.lua +++ b/lua/data/types.lua @@ -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",