Compare commits
2 commits
73ca82486f
...
f23f8ae198
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f23f8ae198 | ||
![]() |
49b525cb14 |
4 changed files with 6 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -13,6 +13,8 @@ zsh/zsh.symlink/zsh-completions
|
||||||
zsh/zsh.symlink/zsh-syntax-highlighting
|
zsh/zsh.symlink/zsh-syntax-highlighting
|
||||||
zsh/zsh.symlink/secret
|
zsh/zsh.symlink/secret
|
||||||
|
|
||||||
|
zed/zed.xdg.symlink/conversations
|
||||||
|
|
||||||
python/venv
|
python/venv
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
|
@ -33,7 +33,7 @@ Plug 'elixir-editors/vim-elixir'
|
||||||
|
|
||||||
Plug 'bullets-vim/bullets.vim'
|
Plug 'bullets-vim/bullets.vim'
|
||||||
|
|
||||||
Plug 'maxbucknell/vim-mbnotes'
|
Plug 'https://git.mpwb.xyz/mpwb/vim-mbnotes.git'
|
||||||
|
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"shift-d": ["workspace::SendKeystrokes", "d d"],
|
"shift-d": ["workspace::SendKeystrokes", "d d"],
|
||||||
"-": ["workspace::SendKeystrokes", "d d p"],
|
"-": ["workspace::SendKeystrokes", "d d p"],
|
||||||
"_": ["workspace::SendKeystrokes", "d d k P"],
|
"_": ["workspace::SendKeystrokes", "d d 2 k p"],
|
||||||
"escape": "repl::ClearOutputs",
|
"escape": "repl::ClearOutputs",
|
||||||
"backspace": "buffer_search::Dismiss"
|
"backspace": "buffer_search::Dismiss"
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
},
|
},
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "zed.dev",
|
"provider": "openai",
|
||||||
"model": "claude-3-5-sonnet-latest"
|
"model": "gpt-4o"
|
||||||
},
|
},
|
||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue