working on multiple editor types
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user