summaryrefslogtreecommitdiff
path: root/lite-xl/user_settings.lua
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2023-02-27 10:26:07 +0530
committerAditya <bluenerd@protonmail.com>2023-02-27 10:26:07 +0530
commit9de61f256bd032a133255d224171df81ea859a17 (patch)
treee38f82bf1890ecb8fd90e2e608fd8f18b66eff36 /lite-xl/user_settings.lua
parentaa043ddca7b770b435521a754eb251c02258accb (diff)
Revert "add lite-xl"
This reverts commit aa043ddca7b770b435521a754eb251c02258accb.
Diffstat (limited to 'lite-xl/user_settings.lua')
-rw-r--r--lite-xl/user_settings.lua78
1 files changed, 0 insertions, 78 deletions
diff --git a/lite-xl/user_settings.lua b/lite-xl/user_settings.lua
deleted file mode 100644
index cb11461..0000000
--- a/lite-xl/user_settings.lua
+++ /dev/null
@@ -1,78 +0,0 @@
-return {
- ["config"] = {
- ["always_show_tabs"] = true,
- ["animate_drag_scroll"] = true,
- ["borderless"] = false,
- ["disabled_plugins"] = {
- ["bigclock"] = true,
- ["smallclock"] = true,
- ["statusclock"] = true,
- ["tabnumbers"] = true,
- ["unboundedscroll"] = true,
- ["wordcount"] = true
- },
- ["enabled_plugins"] = {
- ["custom_caret"] = true,
- ["datetimestamps"] = true,
- ["drawwhitespace"] = true,
- ["minimap"] = true,
- ["scale"] = false,
- ["treeview"] = true
- },
- ["font"] = {
- ["fonts"] = {
- [1] = {
- ["name"] = "Fira Sans Regular",
- ["path"] = "/opt/lite-xl/data/fonts/FiraSans-Regular.ttf"
- },
- [2] = {
- ["name"] = "FiraCode Nerd Font Retina",
- ["path"] = "/usr/share/fonts/TTF/Fira Code Retina Nerd Font Complete.ttf"
- }
- },
- ["options"] = {
- ["antialiasing"] = "subpixel",
- ["bold"] = false,
- ["hinting"] = "slight",
- ["italic"] = false,
- ["size"] = 15,
- ["smoothing"] = false,
- ["strikethrough"] = false,
- ["underline"] = false
- }
- },
- ["plugins"] = {
- ["autoreload"] = {
- ["always_show_nagview"] = true
- },
- ["centerdoc"] = {
- ["enabled"] = false
- },
- ["drawwhitespace"] = {
- ["show_trailing_error"] = true
- },
- ["lineguide"] = {
- ["enabled"] = false
- },
- ["linewrapping"] = {
- ["enable_by_default"] = true,
- ["mode"] = "word"
- },
- ["minimap"] = {
- ["avoid_small_docs"] = true
- },
- ["scale"] = {
- ["default_scale"] = "autodetect"
- },
- ["scalestatus"] = {
- ["enabled"] = true
- },
- ["typingspeed"] = {
- ["enabled"] = false
- }
- },
- ["skip_plugins_version"] = true,
- ["tab_type"] = "hard",
- ["theme"] = "only_dark"
- }
-}