initial config
This commit is contained in:
commit
096f0c0913
2 changed files with 41 additions and 0 deletions
11
config.toml
Normal file
11
config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
theme = "molokai"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
clipboard-provider = "win32-yank"
|
||||
true-color = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
Loading…
Add table
Add a link
Reference in a new issue