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

@@ -138,6 +138,7 @@ currently supported.
- [BarBar](https://github.com/romgrk/barbar.nvim) - [BarBar](https://github.com/romgrk/barbar.nvim)
- [CoC](https://github.com/neoclide/coc.nvim) - [CoC](https://github.com/neoclide/coc.nvim)
- [Neogit](https://github.com/TimUntersberger/neogit) - [Neogit](https://github.com/TimUntersberger/neogit)
- [WhichKey](https://github.com/folke/which-key.nvim)
## Other implementations ## Other implementations

View File

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