feat(search): add module Interesting Words
This commit is contained in:
parent
e2dc148bdd
commit
bb38247717
7
lua/plugins/editor.lua
Normal file
7
lua/plugins/editor.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return {
|
||||
{
|
||||
"Mr-LLLLL/interestingwords.nvim",
|
||||
config = true,
|
||||
keys = { "<leader>k", "<leader>K", "<leader>m", "<leader>M" },
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user