add WhichKey

This commit is contained in:
Michael Chris Lopez
2021-09-05 17:39:39 +08:00
parent a11c33ce2e
commit ee269af970
2 changed files with 6 additions and 0 deletions

View File

@@ -307,6 +307,11 @@ local theme = lush(function()
NeogitDiffAddHighlight { DiffAdd },
NeogitHunkHeader { LineNr },
NeogitHunkHeaderHighlight { CursorLine, fg = c.stone, gui = "bold" },
WhichKey { Statement },
WhichKeyGroup { Special },
WhichKeySeparator { LineNr },
WhichKeyValue { Constant },
}
end)
-- stylua: ignore end