Newer
Older
dotfiles / .config / lite-xl / user_settings.lua
return {
  ["config"] = {
    ["always_show_tabs"] = true,
    ["animate_drag_scroll"] = true,
    ["borderless"] = false,
    ["code_font"] = {
      ["fonts"] = {
        [1] = {
          ["name"] = "Iosevka Nerd Font Mono Medium",
          ["path"] = "/home/ed-home/.local/share/fonts/Iosevka/IosevkaNerdFontMono-Medium.ttf"
        },
        [2] = {
          ["name"] = "JetBrains Mono Regular",
          ["path"] = "/usr/share/lite-xl/fonts/JetBrainsMono-Regular.ttf"
        }
      },
      ["options"] = {
        ["antialiasing"] = "subpixel",
        ["bold"] = false,
        ["hinting"] = "slight",
        ["italic"] = false,
        ["size"] = 15,
        ["smoothing"] = false,
        ["strikethrough"] = false,
        ["underline"] = false
      }
    },
    ["custom_keybindings"] = {
      ["indent-convert:spaces-to-tabs"] = {
        [1] = "shift+alt+v"
      },
      ["indent-convert:tabs-to-spaces"] = {
        [1] = "alt+v"
      },
      ["indent:set-file-indent-size"] = {
        [1] = "alt+c"
      },
      ["root:close-all"] = {
        [1] = "shift+alt+w"
      },
      ["root:close-all-others"] = {
        [1] = "alt+w"
      },
      ["search-replace:hide"] = {
        [1] = "escape",
        [2] = "alt+f3"
      }
    },
    ["disabled_plugins"] = {
      ["align_carets"] = true,
      ["lsp"] = true,
      ["lsp_typescript"] = true,
      ["terminal"] = true,
      ["todotreeview"] = true,
      ["toolbarview"] = true,
      ["treeview"] = true
    },
    ["enabled_plugins"] = {
      ["lsp_quicklintjs"] = true,
      ["lsp_snippets"] = true,
      ["rainbowparen"] = true,
      ["search_ui"] = true,
      ["sticky_scroll"] = true,
      ["tabularize"] = true,
      ["treeview-extender"] = true,
      ["trimwhitespace"] = true,
      ["workspace"] = true
    },
    ["max_project_files"] = 0,
    ["plugins"] = {
      ["autocomplete"] = {
        ["min_len"] = 5
      },
      ["autoreload"] = {
        ["always_show_nagview"] = true
      },
      ["bracketmatch"] = {
        ["color_char"] = true,
        ["style"] = "block"
      },
      ["code_plus"] = {
        ["fixme"] = {
          [1] = 239,
          [2] = 99,
          [3] = 133,
          [4] = 255
        },
        ["todo"] = {
          [1] = 85,
          [2] = 146,
          [3] = 207,
          [4] = 255
        }
      },
      ["drawwhitespace"] = {
        ["enabled"] = true,
        ["show_trailing_error"] = true
      },
      ["editorconfig"] = {
        ["debug"] = true
      },
      ["gitblame"] = {
        ["debug"] = true,
        ["text_color"] = {
          [1] = 183,
          [2] = 183,
          [3] = 183,
          [4] = 255
        }
      },
      ["lineguide"] = {
        ["enabled"] = true,
        ["width"] = 4
      },
      ["linenumbers"] = {
        ["relative"] = false
      },
      ["linewrapping"] = {
        ["enable_by_default"] = false
      },
      ["memoryusage"] = {
        ["enabled"] = false
      },
      ["minimap"] = {
        ["caret_color"] = {
          [1] = 252,
          [2] = 23,
          [3] = 133,
          [4] = 255
        },
        ["instant_scroll"] = false,
        ["selection_color"] = {
          [1] = 176,
          [2] = 176,
          [3] = 176,
          [4] = 255
        },
        ["syntax_highlight"] = true
      },
      ["todotreeview"] = {
        ["todo_expanded"] = true
      },
      ["treeview"] = {
        ["visible"] = false
      },
      ["trimwhitespace"] = {
        ["enabled"] = true
      }
    },
    ["statusbar"] = {
      ["enabled"] = false
    },
    ["theme"] = "mytheme"
  }
}