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, +}