diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-17 20:42:05 +0200 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-17 20:42:05 +0200 |
commit | b6b33e61a49b162c22af5355239bfeca368dee1c (patch) | |
tree | 3fb5da2fd8973e4bb53e5e3b6f7cc14865ac0e1d /lua/kickstart/plugins/which-key.lua | |
parent | c0ac446e587b7a0b9651f684538364236a17fa99 (diff) | |
parent | 5540527fabc2776cf62b63ef511079b1c8bf5297 (diff) |
Merge 'upstream' prefer_git, inlay hints
- add prefer_git to treesitter config
- Enable inlay hints for the supporting servers
Diffstat (limited to 'lua/kickstart/plugins/which-key.lua')
-rw-r--r-- | lua/kickstart/plugins/which-key.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/kickstart/plugins/which-key.lua b/lua/kickstart/plugins/which-key.lua index d66449e..d37883b 100644 --- a/lua/kickstart/plugins/which-key.lua +++ b/lua/kickstart/plugins/which-key.lua @@ -27,6 +27,7 @@ return { ['<leader>r'] = { name = '[R]ename', _ = 'which_key_ignore' }, ['<leader>s'] = { name = '[S]earch', _ = 'which_key_ignore' }, ['<leader>w'] = { name = '[W]orkspace', _ = 'which_key_ignore' }, + ['<leader>t'] = { name = '[T]oggle', _ = 'which_key_ignore' }, } end, }, |