working on multiple editor types

This commit is contained in:
2026-05-16 17:50:51 +10:00
parent 44c3ebe887
commit 7df6ce10c7
10 changed files with 411 additions and 375 deletions

View File

@@ -93,7 +93,8 @@ class ConfigHandler:
}
self.config["editor"] = {
"word_wrap": "0",
"line_numbers": "1"
"line_numbers": "1",
"default_editors": {}
}
self.config["plugins"] = {
"enabled": "1",