add highlights to statusline mode
This commit is contained in:
@ -20,22 +20,22 @@ end
|
|||||||
|
|
||||||
local modes = {
|
local modes = {
|
||||||
-- display name, mode, highlight group
|
-- display name, mode, highlight group
|
||||||
n = { "Normal", "N" },
|
n = { "Normal", "N", hl("@neorg.headings.1.title") },
|
||||||
niI = { "Normal", "N" },
|
niI = { "Normal", "N", hl("@neorg.headings.1.title") },
|
||||||
niR = { "Normal", "N" },
|
niR = { "Normal", "N", hl("@neorg.headings.1.title") },
|
||||||
niV = { "Normal", "N" },
|
niV = { "Normal", "N", hl("@neorg.headings.1.title") },
|
||||||
no = { "N·OpPd", "?" },
|
no = { "N·OpPd", "?" },
|
||||||
v = { "Visual", "V" },
|
v = { "Visual", "V", hl("@neorg.headings.2.title") },
|
||||||
V = { "V·Line", "Vl" },
|
V = { "V·Line", "Vl", hl("@neorg.headings.2.title") },
|
||||||
[""] = { "V·Block", "Vb" },
|
[""] = { "V·Block", "Vb", hl("@neorg.headings.2.title") },
|
||||||
s = { "Select", "S" },
|
s = { "Select", "S" },
|
||||||
S = { "S·Line", "Sl" },
|
S = { "S·Line", "Sl" },
|
||||||
[""] = { "S·Block", "Sb" },
|
[""] = { "S·Block", "Sb" },
|
||||||
i = { "Insert", "I" },
|
i = { "Insert", "I", hl("@neorg.headings.4.title") },
|
||||||
ic = { "ICompl", "Ic" },
|
ic = { "ICompl", "Ic" },
|
||||||
R = { "Replace", "R" },
|
R = { "Replace", "R", hl("@neorg.headings.5.title") },
|
||||||
Rv = { "VReplace", "Rv" },
|
Rv = { "VReplace", "Rv", hl("@neorg.headings.5.title") },
|
||||||
c = { "Command", "C", hl("DiagnosticHint")},
|
c = { "Command", "C", hl("@neorg.headings.3.title") },
|
||||||
cv = { "Vim Ex", "E" },
|
cv = { "Vim Ex", "E" },
|
||||||
ce = { "Ex (r)", "E" },
|
ce = { "Ex (r)", "E" },
|
||||||
r = { "Prompt", "P" },
|
r = { "Prompt", "P" },
|
||||||
|
Reference in New Issue
Block a user