Files
nvim/lua/plugins/which-key.lua
2025-11-04 11:44:29 +01:00

15 lines
227 B
Lua

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