1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-08-19 23:01:06 +02:00
parent 5594b6c9ec
commit 91ce0767f0
3 changed files with 37 additions and 10 deletions

View file

@ -0,0 +1,23 @@
theme = "github_dark"
[editor]
line-number = "relative"
scroll-lines = 3
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.lsp]
display-messages = true
[editor.whitespace.characters]
space = " "
newline = "⏎"
tab = "→"
tabpad = "·"
nbsp = "⍽"
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]