rename files, implement config page and various new features

This commit is contained in:
2023-11-02 10:52:28 +01:00
parent 90edf39014
commit 1c26b691b0
8 changed files with 449 additions and 3 deletions

9
kateai.json Normal file
View File

@ -0,0 +1,9 @@
{
"KPlugin": {
"Description": "Adds the ability for kate to complete text using a llm",
"Name": "Kate AI",
"ServiceTypes": [
"KTextEditor/Plugin"
]
}
}