lazyvim/lua
Junha Park 789bbded06 Improve comment in keymaps.lua on how to add keymap in lazyvim style
This is the file that users are directed to in `lua/config/keymaps.lua`.
```
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set:
https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
```
So it would be much better to explicitly guide them to use the which-key
API.
2025-04-23 02:05:51 +08:00
..
lazyvim Improve comment in keymaps.lua on how to add keymap in lazyvim style 2025-04-23 02:05:51 +08:00