trying toml instead of nix config file

This commit is contained in:
twoneis 2023-11-13 18:28:30 +01:00
parent c836e5c648
commit 9b17f3e8b4
4 changed files with 230 additions and 2 deletions

View file

@ -0,0 +1,22 @@
theme = "rosepine"
[editor]
auto-format = true
cursorline = true
line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.soft-wrap]
enable = true
[editor.whitespace]
render = "all"
[keys.normal]
h = "move_char_left"
n = "move_line_down"
s = "move_char_right"
t = "move_line_up"