setup .config
This commit is contained in:
parent
446243c66f
commit
cc4faf6058
BIN
.config/.DS_Store
vendored
Normal file
BIN
.config/.DS_Store
vendored
Normal file
Binary file not shown.
1
.config/.isolated-storage/PropertyStore.forms
Normal file
1
.config/.isolated-storage/PropertyStore.forms
Normal 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
23
.config/helix/config.toml
Normal 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
|
7
.config/helix/languages.toml
Normal file
7
.config/helix/languages.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[[language]]
|
||||||
|
name = "typescript"
|
||||||
|
auto-format = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "tsx"
|
||||||
|
auto-format = true
|
Loading…
Reference in New Issue
Block a user