This commit is contained in:
2025-08-11 02:18:45 +02:00
parent 183d322932
commit fd50e6818e
5 changed files with 21 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ local wk = require 'which-key'
wk.add {
mode = { 'n', 'v', 'i' },
{ '<leader>A', group = 'Affichage' }, -- group
{ '<leader>d', group = '[d]isplay' }, -- group
}
-- The line beneath this is called `modeline`. See `:help modeline`