From 8aa021c3233cb0f1d26f806e3fe56411f5904eeb Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 5 Jul 2025 16:25:15 +0800 Subject: [PATCH] chore: remove claude-code as we just use it in the shell. --- .vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 96f8aa9..5295fb1 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -90,13 +90,9 @@ Plug 'tpope/vim-surround' Plug 'wuelnerdotexe/vim-astro' if v:version >= 901 || has('nvim-0.8.0') Plug 'ggml-org/llama.vim' - Plug 'greggh/claude-code.nvim' Plug 'nvim-lua/plenary.nvim' endif call plug#end() -if v:version >= 901 || has('nvim-0.8.0') - lua require('claude-code').setup() -endif " " color schema set background=dark