Compare commits
2 commits
33d83c6a46
...
d3e505709e
Author | SHA1 | Date | |
---|---|---|---|
|
d3e505709e | ||
|
45ef77c920 |
2 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,18 @@
|
|||
theme = "catppuccin_macchiato"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
cursorline = true
|
||||
color-modes = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
|
||||
[keys.normal]
|
||||
# Quick iteration on config changes
|
||||
C-o = ":config-open"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = Hippolyte Chauvin
|
||||
email = hchauvin38@outlook.fr
|
||||
[core]
|
||||
editor = nvim
|
||||
editor = helix
|
||||
[init]
|
||||
defaultbranch = main
|
||||
[pull]
|
||||
|
|
Loading…
Reference in a new issue