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
Raw Normal View History

theme = "donokai"
2022-05-18 01:27:19 -05:00
2022-05-19 09:27:29 -05:00
[editor]
auto-pairs = false
scrolloff = 8
2022-05-25 11:38:52 -05:00
# [editor.cursor-shape]
# normal = "block"
# insert = "bar"
# select = "underline"
2022-05-19 09:27:29 -05:00
[editor.file-picker]
hidden = false
2022-01-19 10:06:05 -06:00
[keys.insert]
2022-05-19 09:27:29 -05:00
j = { k = "normal_mode", j = "normal_mode" }
[keys.normal]
g = { G = "goto_last_line" }
[keys.select]
g = { G = "goto_last_line" }
# [editor]
# mouse = false
2022-05-25 11:38:52 -05:00
# [[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 = " " }