chore: remove claude-code as we just use it in the shell.

This commit is contained in:
Gea-Suan Lin
2025-07-05 16:25:15 +08:00
parent 2959ff5a89
commit 8aa021c323

View File

@@ -90,13 +90,9 @@ Plug 'tpope/vim-surround'
Plug 'wuelnerdotexe/vim-astro' Plug 'wuelnerdotexe/vim-astro'
if v:version >= 901 || has('nvim-0.8.0') if v:version >= 901 || has('nvim-0.8.0')
Plug 'ggml-org/llama.vim' Plug 'ggml-org/llama.vim'
Plug 'greggh/claude-code.nvim'
Plug 'nvim-lua/plenary.nvim' Plug 'nvim-lua/plenary.nvim'
endif endif
call plug#end() call plug#end()
if v:version >= 901 || has('nvim-0.8.0')
lua require('claude-code').setup()
endif
" "
" color schema " color schema
set background=dark set background=dark