1
0
Fork 0

switch to chezmoi

This commit is contained in:
Von Random 2025-01-02 17:33:13 +02:00
parent 3c5d00dbf3
commit a8b0acd4db
76 changed files with 27 additions and 531 deletions

View 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"

View file

@ -0,0 +1,4 @@
[[language]]
name = "common-lisp"
scope = "source.lisp"
file-types = ["kbd", "lisp", "asd", "cl", "l", "lsp", "ny", "podsl", "sexp"]

View file

@ -0,0 +1,5 @@
inherits = "gruvbox"
# transparent background, if ever needed
#"ui.background" = {}
"ui.cursor.primary.normal" = { fg = "bg1", bg = "orange1" }