15 lines
227 B
Lua
15 lines
227 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
preset = "classic",
|
|
plugins = {
|
|
presets = {
|
|
operators = true,
|
|
motions = true,
|
|
text_objects = true
|
|
},
|
|
},
|
|
},
|
|
}
|