This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/helix/config.toml

36 lines
662 B
TOML

theme = "donokai"
[editor]
auto-pairs = false
scrolloff = 8
# [editor.cursor-shape]
# normal = "block"
# insert = "bar"
# select = "underline"
[editor.file-picker]
hidden = false
[keys.insert]
j = { k = "normal_mode", j = "normal_mode" }
[keys.normal]
g = { G = "goto_last_line" }
[keys.select]
g = { G = "goto_last_line" }
# [editor]
# mouse = false
# [[language]]
# name = "typescript"
# scope = "source.ts"
# injection-regex = "^(ts|typescript)$"
# file-types = ["ts"]
# shebangs = []
# roots = []
# # TODO: highlights-params
# language-server = { command = "deno", args = ["lsp"], language-id = "typescript"}
# indent = { tab-width = 2, unit = " " }