commit 48c9f9f456ca74f313d0af4d654e64a0259536c9 Author: cscherr Date: Wed Jun 4 11:44:39 2025 +0200 initial commit diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..c16ad91 --- /dev/null +++ b/config.toml @@ -0,0 +1,47 @@ +theme = "rose_pine_moon" + +[editor] +mouse = false +auto-completion = true +path-completion = true +auto-format = true +true-color = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.lsp] +enable = true + +[editor.whitespace.render] +space = "all" +tab = "all" +nbsp = "none" +nnbsp = "none" +newline = "none" + +[editor.whitespace.characters] +space = "·" +nbsp = "⍽" +nnbsp = "␣" +tab = "→" +newline = "⏎" +tabpad = "·" # Tabs will look like "→···" (depending on tab width) + +[keys.normal] +C-g = [ + ":write-all", + ":new", + ":insert-output lazygit", + ":buffer-close!", + ":redraw", + ":reload-all" +] + +[keys.insert] +C-h = "move_char_left" +C-j = "move_line_down" +C-k = "move_line_up" +C-l = "move_char_right" diff --git a/languages.toml b/languages.toml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/languages.toml @@ -0,0 +1 @@ +