mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 13:42:23 +00:00
Some zed changes
This commit is contained in:
parent
058b50fdf9
commit
3b88072585
3 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/.yolk_git
|
|
@ -8,7 +8,7 @@
|
|||
[core]
|
||||
autocrlf = input
|
||||
; {# if command_available("delta") #}
|
||||
#<yolk> pager = delta
|
||||
;<yolk> pager = delta
|
||||
[pull]
|
||||
rebase = false
|
||||
[github]
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"auto_signature_help": false,
|
||||
// "unstable.ui_density": "null",
|
||||
"use_autoclose": true,
|
||||
// "always_treat_brackets_as_autoclosed": false,
|
||||
// "unstable.ui_density": "compact",
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "copilot_chat",
|
||||
|
|
Loading…
Reference in a new issue