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:
Michael Butler
2024-05-03 03:10:36 -04:00
committed by GitHub
parent 9d734c5ae2
commit 095bc13188

View File

@ -1,6 +1,6 @@
-- 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
local map = LazyVim.safe_keymap_set