diff options
| author | 2026-07-17 15:14:24 +0200 | |
|---|---|---|
| committer | 2026-07-17 15:14:24 +0200 | |
| commit | 60eac670ada4f5a0b49eee4a5e9ff83bcaf618a2 (patch) | |
| tree | b8f23eba50e15b6ad3c4ef96eeac364cb438b6fd /vim | |
| parent | 6685f8228d4ff99fa27eaa76ce36244fe551e501 (diff) | |
| download | dotfiles-60eac670ada4f5a0b49eee4a5e9ff83bcaf618a2.tar.gz dotfiles-60eac670ada4f5a0b49eee4a5e9ff83bcaf618a2.tar.bz2 dotfiles-60eac670ada4f5a0b49eee4a5e9ff83bcaf618a2.zip | |
Diffstat (limited to 'vim')
| -rwxr-xr-x | vim/.vim/vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index aa97947..40f41ba 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc | |||
| @@ -48,6 +48,8 @@ endif | |||
| 48 | if has('nvim') | 48 | if has('nvim') |
| 49 | Plug 'nvim-lua/plenary.nvim' | 49 | Plug 'nvim-lua/plenary.nvim' |
| 50 | Plug 'greggh/claude-code.nvim' | 50 | Plug 'greggh/claude-code.nvim' |
| 51 | else | ||
| 52 | Plug 'rishi-opensource/vim-claude-code' | ||
| 51 | endif | 53 | endif |
| 52 | 54 | ||
| 53 | call plug#end() | 55 | call plug#end() |
| @@ -169,6 +171,10 @@ if has('nvim') | |||
| 169 | autocmd TermOpen * setlocal nolist | 171 | autocmd TermOpen * setlocal nolist |
| 170 | augroup END | 172 | augroup END |
| 171 | lua require('claude-code').setup({ window = { position = 'vertical botright' } }) | 173 | lua require('claude-code').setup({ window = { position = 'vertical botright' } }) |
| 174 | else | ||
| 175 | let g:claude_code_map_toggle = '<C-,>' | ||
| 176 | let g:claude_code_position = 'right' | ||
| 177 | let g:claude_code_split_ratio = 0.3 | ||
| 172 | endif | 178 | endif |
| 173 | 179 | ||
| 174 | """ PLUGIN SPECIFIC SETTINGS | 180 | """ PLUGIN SPECIFIC SETTINGS |
