From 81b11de79bec403cc0b0c8a4921de35642a65b6b Mon Sep 17 00:00:00 2001 From: "Timofey.Kovalev" Date: Mon, 9 Dec 2024 09:55:18 +0300 Subject: [PATCH] commit --- lua/plugins/langmapper.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/plugins/langmapper.lua diff --git a/lua/plugins/langmapper.lua b/lua/plugins/langmapper.lua new file mode 100644 index 0000000..de46e07 --- /dev/null +++ b/lua/plugins/langmapper.lua @@ -0,0 +1,9 @@ +return { + "Wansmer/langmapper.nvim", + lazy = false, + priority = 1, -- High priority is needed if you will use `autoremap()` + config = function() + require("langmapper").setup({--[[ your config ]] + }) + end, +}