From 52db49f7de793278f38dbbb58acb6f0893441916 Mon Sep 17 00:00:00 2001 From: zoran Date: Wed, 2 Jul 2025 09:05:02 +0200 Subject: [PATCH 1/2] Add ollama-sublime package --- repository/o.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/o.json b/repository/o.json index 583e470bc5b..857eeebd185 100644 --- a/repository/o.json +++ b/repository/o.json @@ -1136,6 +1136,18 @@ "tags": true } ] + }, + { + "name": "Ollama AI Sublime", + "details": "https://github.com/KalimeroMK/ollama-sublime", + "readme": "https://raw.githubusercontent.com/KalimeroMK/ollama-sublime/master/README.md", + "author": "Zoran Shefot Bogoevski", + "releases": [ + { + "sublime_text": ">=4100", + "tags": true + } + ] } ] } From 2bf9fda33e28a24b0eaa5e3e7386a328e8449856 Mon Sep 17 00:00:00 2001 From: zoran Date: Sun, 31 Aug 2025 22:30:29 +0200 Subject: [PATCH 2/2] Fix package name and move to correct alphabetical position --- repository/o.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/repository/o.json b/repository/o.json index 0637a4e47fa..2376d963cb3 100644 --- a/repository/o.json +++ b/repository/o.json @@ -1055,6 +1055,17 @@ } ] }, + { + "name": "Ollama AI", + "details": "https://github.com/KalimeroMK/ollama-sublime", + "author": "Zoran Shefot Bogoevski", + "releases": [ + { + "sublime_text": ">=4100", + "tags": true + } + ] + }, { "name": "OrigamiEmacs", "details": "https://github.com/kevincobain2000/Origami-Emacs", @@ -1140,18 +1151,6 @@ "tags": true } ] - }, - { - "name": "Ollama AI Sublime", - "details": "https://github.com/KalimeroMK/ollama-sublime", - "readme": "https://raw.githubusercontent.com/KalimeroMK/ollama-sublime/master/README.md", - "author": "Zoran Shefot Bogoevski", - "releases": [ - { - "sublime_text": ">=4100", - "tags": true - } - ] } ] }