summaryrefslogtreecommitdiff
path: root/lua/plugins/run-xml-to-launch-json.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/run-xml-to-launch-json.lua')
-rw-r--r--lua/plugins/run-xml-to-launch-json.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/plugins/run-xml-to-launch-json.lua b/lua/plugins/run-xml-to-launch-json.lua
new file mode 100644
index 0000000..4edcb65
--- /dev/null
+++ b/lua/plugins/run-xml-to-launch-json.lua
@@ -0,0 +1,7 @@
+return {
+ "snoopdesigns/run-xml-to-launch-json.nvim",
+ dir = "/home/dimka/PROJECTS/run-xml-to-launch-json.nvim",
+ config = function()
+ require("intellij_to_vscode").setup({})
+ end,
+}