mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-05 06:54:36 +02:00
style(keymaps): clarify no to use LazyVim.safe_keymap_set
#3085
* Update keymaps.lua add more explanation about what to use * Update keymaps.lua * fix typo YOU => YOUR
This commit is contained in:
parent
9d734c5ae2
commit
095bc13188
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
-- This file is automatically loaded by lazyvim.config.init
|
-- This file is automatically loaded by lazyvim.config.init
|
||||||
|
|
||||||
-- DO NOT USE THIS IN YOU OWN CONFIG!!
|
-- DO NOT USE `LazyVim.safe_keymap_set` IN YOUR OWN CONFIG!!
|
||||||
-- use `vim.keymap.set` instead
|
-- use `vim.keymap.set` instead
|
||||||
local map = LazyVim.safe_keymap_set
|
local map = LazyVim.safe_keymap_set
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue