diff options
| author | Dmitrii Morozov <dmitrii.morozov@sbb.ch> | 2025-10-29 16:54:03 +0100 | 
|---|---|---|
| committer | Dmitrii Morozov <dmitrii.morozov@sbb.ch> | 2025-10-29 16:54:03 +0100 | 
| commit | 954521654ffa5c1b439e506b09714be33082d082 (patch) | |
| tree | a20ff3969e9b328208076a25772ba51846ee1c21 /lua/plugins | |
| parent | 81c703a8a18370c400dcb0e751800946eb3eac3e (diff) | |
Test new plugin for run configurations conversion
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/run-xml-to-launch-json.lua | 7 | 
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, +}  | 
