Updated
This commit is contained in:
parent
4a8e118d23
commit
515f71f78c
3 changed files with 18 additions and 11 deletions
|
|
@ -21,6 +21,11 @@ return {
|
|||
["underline"] = false
|
||||
}
|
||||
},
|
||||
["disabled_plugins"] = {},
|
||||
["enabled_plugins"] = {
|
||||
["drawwhitespace"] = true,
|
||||
["editorconfig"] = true
|
||||
},
|
||||
["font"] = {
|
||||
["fonts"] = {
|
||||
[1] = {
|
||||
|
|
@ -39,10 +44,11 @@ return {
|
|||
["underline"] = false
|
||||
}
|
||||
},
|
||||
["fps"] = 60,
|
||||
["fps"] = 120,
|
||||
["max_tabs"] = 8,
|
||||
["plugins"] = {
|
||||
["code_plus"] = {
|
||||
["enabled"] = true,
|
||||
["fixme"] = {
|
||||
[1] = 239,
|
||||
[2] = 99,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue