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