Skip to content

Commit

Permalink
docs: add entry for option vim.binds.which-key.register
Browse files Browse the repository at this point in the history
  • Loading branch information
FrothyMarrow committed Feb 21, 2024
1 parent dd9dca8 commit 94c6c86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/rl-0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Release notes for release 0.6
[frothymarrow](https://github.com/frothymarrow)

- Added option `vim.luaPackages` to wrap neovim with extra Lua packages.
- `which-key.nvim` categories can now be customized through [vim.binds.which-key.register](vim.binds.which-key.register).
8 changes: 8 additions & 0 deletions test.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
c =
{}
// {
a = 1;
b = 2;
};
}

0 comments on commit 94c6c86

Please sign in to comment.