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