Refresh generated neovim config
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*which-key.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 20
|
||||
*which-key.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 June 07
|
||||
|
||||
==============================================================================
|
||||
Table of Contents *which-key.nvim-table-of-contents*
|
||||
@ -12,6 +12,7 @@ Table of Contents *which-key.nvim-table-of-contents*
|
||||
- Usage |which-key.nvim-which-key-usage|
|
||||
- Plugins |which-key.nvim-which-key-plugins|
|
||||
- Colors |which-key.nvim-which-key-colors|
|
||||
2. Links |which-key.nvim-links|
|
||||
|
||||
==============================================================================
|
||||
1. Which Key *which-key.nvim-which-key*
|
||||
@ -164,7 +165,7 @@ WhichKey comes with the following defaults:
|
||||
show_help = true, -- show a help message in the command line for using WhichKey
|
||||
show_keys = true, -- show the currently pressed key and its label as a message in the command line
|
||||
triggers = "auto", -- automatically setup triggers
|
||||
-- triggers = {"<leader>"} -- or specifiy a list manually
|
||||
-- triggers = {"<leader>"} -- or specify a list manually
|
||||
-- list of triggers, where WhichKey should not wait for timeoutlen and show immediately
|
||||
triggers_nowait = {
|
||||
-- marks
|
||||
|
||||
Reference in New Issue
Block a user