trying toml instead of nix config file
This commit is contained in:
parent
c836e5c648
commit
9b17f3e8b4
4 changed files with 230 additions and 2 deletions
22
modules/home/editor/config.toml
Normal file
22
modules/home/editor/config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue