lazyvim/lua/lazyvim
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
..
config Improve comment in keymaps.lua on how to add keymap in lazyvim style 2025-04-23 02:05:51 +08:00
plugins fix(copilot-chat): switch from deprecated picker integrations (#5707) 2025-03-01 15:21:12 +01:00
util fix(extras): disable import handling when loading :LazyExtras + changed some recommendations 2025-02-10 23:27:24 +01:00
health.lua fix(health): added curl to health checks 2024-12-14 14:42:21 +01:00
init.lua fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy 2024-03-22 10:30:35 +01:00
types.lua style: better types for vim.api.nvim_create_autocmd 2024-06-07 23:02:47 +02:00