From b6d51e4b27a15f6507e7c48d04c8aa6d51e2d90a Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 16 Jul 2026 11:30:40 +0200 Subject: Updated vim --- vim/.vim/vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'vim/.vim/vimrc') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 085e2e7..11dc82b 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -43,6 +43,11 @@ if has('python') || has('python3') Plug 'Valloric/YouCompleteMe', {'do': g:ycm_install_command} endif +if has('nvim') + Plug 'nvim-lua/plenary.nvim' + Plug 'greggh/claude-code.nvim' +endif + call plug#end() """ DEFAULT VIM SETTINGS @@ -125,8 +130,9 @@ nnoremap ml :call AppendModeline() " NeoVIM specifics if has('nvim') nmap h - tnoremap + " tnoremap autocmd TermOpen * setlocal nolist + lua require('claude-code').setup({ window = { position = 'vertical botright' } }) endif """ PLUGIN SPECIFIC SETTINGS -- cgit v1.2.3