From bb382477178fe7ccfa619b08466a2c83abc62034 Mon Sep 17 00:00:00 2001 From: Michel Date: Tue, 10 Oct 2023 20:47:34 +0200 Subject: [PATCH] feat(search): add module Interesting Words --- lua/plugins/editor.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/plugins/editor.lua diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua new file mode 100644 index 0000000..0e825a7 --- /dev/null +++ b/lua/plugins/editor.lua @@ -0,0 +1,7 @@ +return { + { + "Mr-LLLLL/interestingwords.nvim", + config = true, + keys = { "k", "K", "m", "M" }, + }, +}