setup .config

This commit is contained in:
Triston Armstrong 2024-11-10 18:43:55 +07:00
parent 446243c66f
commit cc4faf6058
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE
4 changed files with 31 additions and 0 deletions

BIN
.config/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
@ArrayOfKeyValueOfstringanyType9http://schemas.microsoft.com/2003/10/Serialization/Arrays i)http://www.w3.org/2001/XMLSchema-instance

23
.config/helix/config.toml Normal file
View File

@ -0,0 +1,23 @@
theme = "ayu_dark"
[editor]
true-color = true
mouse = false
rulers = [80]
shell = ['fish', '-c']
bufferline = "always"
[keys.normal]
tab = [":buffer-next"]
S-tab = [":buffer-previous"]
[keys.normal.space]
x = [":buffer-close"]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false

View File

@ -0,0 +1,7 @@
[[language]]
name = "typescript"
auto-format = true
[[language]]
name = "tsx"
auto-format = true