Compare commits

...

2 commits

Author SHA1 Message Date
Max Bucknell
f23f8ae198
Use self-hosted repo for mbnotes 2025-01-31 12:22:51 -08:00
Max Bucknell
49b525cb14
Update Zed configuration 2025-01-31 12:22:45 -08:00
4 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View file

@ -13,6 +13,8 @@ zsh/zsh.symlink/zsh-completions
zsh/zsh.symlink/zsh-syntax-highlighting
zsh/zsh.symlink/secret
zed/zed.xdg.symlink/conversations
python/venv
__pycache__

View file

@ -33,7 +33,7 @@ Plug 'elixir-editors/vim-elixir'
Plug 'bullets-vim/bullets.vim'
Plug 'maxbucknell/vim-mbnotes'
Plug 'https://git.mpwb.xyz/mpwb/vim-mbnotes.git'
Plug 'SirVer/ultisnips'
Plug 'dense-analysis/ale'

View file

@ -39,7 +39,7 @@
"bindings": {
"shift-d": ["workspace::SendKeystrokes", "d d"],
"-": ["workspace::SendKeystrokes", "d d p"],
"_": ["workspace::SendKeystrokes", "d d k P"],
"_": ["workspace::SendKeystrokes", "d d 2 k p"],
"escape": "repl::ClearOutputs",
"backspace": "buffer_search::Dismiss"
}

View file

@ -12,8 +12,8 @@
},
"assistant": {
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-latest"
"provider": "openai",
"model": "gpt-4o"
},
"version": "2"
},