diff --git a/README.md b/README.md index 209ed98..8d33a24 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ currently supported. - [BarBar](https://github.com/romgrk/barbar.nvim) - [CoC](https://github.com/neoclide/coc.nvim) - [Neogit](https://github.com/TimUntersberger/neogit) +- [WhichKey](https://github.com/folke/which-key.nvim) ## Other implementations diff --git a/lua/zenbones/init.lua b/lua/zenbones/init.lua index 79f7b0f..6f599c1 100644 --- a/lua/zenbones/init.lua +++ b/lua/zenbones/init.lua @@ -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