aboutsummaryrefslogtreecommitdiff
path: root/plugins/settings.lua
diff options
context:
space:
mode:
authorjgmdev <jgmdev@gmail.com>2022-06-02 22:13:03 -0400
committerjgmdev <jgmdev@gmail.com>2022-06-02 22:13:03 -0400
commit18f76b14c27e127843c6c37011c8aa96595d2efc (patch)
tree30c06998904eb65eb003af6621966df204ba18f6 /plugins/settings.lua
parent85c716be5e32a6f9c480ad3f58c7b70221582923 (diff)
downloadlite-xl-plugins-18f76b14c27e127843c6c37011c8aa96595d2efc.tar.gz
lite-xl-plugins-18f76b14c27e127843c6c37011c8aa96595d2efc.zip
settings: remove no longer applicable show spaces option
Diffstat (limited to 'plugins/settings.lua')
-rw-r--r--plugins/settings.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/settings.lua b/plugins/settings.lua
index 461463b..29dae31 100644
--- a/plugins/settings.lua
+++ b/plugins/settings.lua
@@ -432,13 +432,6 @@ settings.add("Editor",
step = 0.1
},
{
- label = "Show Spaces",
- description = "Draw another character in place of invisble spaces.",
- path = "draw_whitespace",
- type = settings.type.TOGGLE,
- default = false
- },
- {
label = "Symbol Pattern",
description = "A lua pattern used to match symbols in the document.",
path = "symbol_pattern",