feat(search): add module Interesting Words

This commit is contained in:
Michel 2023-10-10 20:47:34 +02:00
parent e2dc148bdd
commit bb38247717
1 changed files with 7 additions and 0 deletions

7
lua/plugins/editor.lua Normal file
View File

@ -0,0 +1,7 @@
return {
{
"Mr-LLLLL/interestingwords.nvim",
config = true,
keys = { "<leader>k", "<leader>K", "<leader>m", "<leader>M" },
},
}