chore: remove claude-code as we just use it in the shell.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user