This commit is contained in:
Junha Park 2025-04-23 02:15:19 +08:00
parent 789bbded06
commit f587dd5255

View file

@ -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