mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Fix typo
This commit is contained in:
parent
789bbded06
commit
f587dd5255
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
-- DO NOT USE `LazyVim.safe_keymap_set` IN YOUR OWN CONFIG!!
|
-- DO NOT USE `LazyVim.safe_keymap_set` IN YOUR OWN CONFIG!!
|
||||||
-- use `vim.keymap.set` instead
|
-- use `vim.keymap.set` instead
|
||||||
-- or use local `wk = require("which-key")` and `wk.add`, to utilise the popup from the which-key plugin.
|
-- or use local `wk = require("which-key")` and `wk.add`, to utilise the popup from the which-key plugin.
|
||||||
-- for more information, go to https://github.com/folke/which-key.nvim
|
-- For more information, go to https://github.com/folke/which-key.nvim
|
||||||
local map = LazyVim.safe_keymap_set
|
local map = LazyVim.safe_keymap_set
|
||||||
|
|
||||||
-- better up/down
|
-- better up/down
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue