LazyVim/lua/plugins/editor.lua

14 lines
241 B
Lua
Raw Normal View History

return {
2023-11-09 11:26:21 +01:00
{
"Darazaki/indent-o-matic",
event = "LazyFile",
opts = { max_lines = 100 },
},
{
"Mr-LLLLL/interestingwords.nvim",
config = true,
keys = { "<leader>k", "<leader>K", "<leader>m", "<leader>M" },
},
}