From e5c8f244466ff4da4b12c1bbfd2292a8408ff1d2 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 5 Jul 2023 21:26:02 -0400 Subject: Add Neovim config --- .config/nvim/lua/plugins/leap.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/nvim/lua/plugins/leap.lua (limited to '.config/nvim/lua/plugins/leap.lua') diff --git a/.config/nvim/lua/plugins/leap.lua b/.config/nvim/lua/plugins/leap.lua new file mode 100644 index 0000000..7c755ca --- /dev/null +++ b/.config/nvim/lua/plugins/leap.lua @@ -0,0 +1,18 @@ +return { + { + "ggandor/leap.nvim", + keys = { "s", "S" }, + config = function() + require("leap").add_default_mappings() + end + }, + { + "ggandor/flit.nvim", + dependencies = { "ggandor/leap.nvim" }, + keys = { "f", "F", "t", "T" }, + opts = { + labeled_modes = "nvx", + }, + }, +} + -- cgit v1.2.3