switch to chezmoi
This commit is contained in:
parent
3c5d00dbf3
commit
a8b0acd4db
76 changed files with 27 additions and 531 deletions
24
dot_config/helix/config.toml
Normal file
24
dot_config/helix/config.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
theme = "gruvbox_custom"
|
||||
|
||||
[editor]
|
||||
true-color = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
normal = "block"
|
||||
insert = "bar"
|
||||
select = "underline"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
|
||||
[keys.normal.space]
|
||||
l = ":toggle-option whitespace.render all none"
|
||||
m = ":toggle-option mouse"
|
||||
x = ":toggle-option cursorline"
|
||||
z = ":toggle-option line-number relative absolute"
|
4
dot_config/helix/languages.toml
Normal file
4
dot_config/helix/languages.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[[language]]
|
||||
name = "common-lisp"
|
||||
scope = "source.lisp"
|
||||
file-types = ["kbd", "lisp", "asd", "cl", "l", "lsp", "ny", "podsl", "sexp"]
|
5
dot_config/helix/themes/gruvbox_custom.toml
Normal file
5
dot_config/helix/themes/gruvbox_custom.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
inherits = "gruvbox"
|
||||
|
||||
# transparent background, if ever needed
|
||||
#"ui.background" = {}
|
||||
"ui.cursor.primary.normal" = { fg = "bg1", bg = "orange1" }
|
Loading…
Add table
Add a link
Reference in a new issue