add WhichKey
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user