mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 06:02: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]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
; {# if command_available("delta") #}
|
; {# if command_available("delta") #}
|
||||||
#<yolk> pager = delta
|
;<yolk> pager = delta
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
[github]
|
[github]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
"auto_signature_help": false,
|
"auto_signature_help": false,
|
||||||
// "unstable.ui_density": "null",
|
"use_autoclose": true,
|
||||||
|
// "always_treat_brackets_as_autoclosed": false,
|
||||||
|
// "unstable.ui_density": "compact",
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "copilot_chat",
|
"provider": "copilot_chat",
|
||||||
|
|
Loading…
Reference in a new issue