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/vim-plug | 2 +- vim/.vim/vimrc | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/vim/.vim/vim-plug b/vim/.vim/vim-plug index 3f17a5c..88e3147 160000 --- a/vim/.vim/vim-plug +++ b/vim/.vim/vim-plug @@ -1 +1 @@ -Subproject commit 3f17a5cc3d7b0b7699bb5963fef9435a839dada0 +Subproject commit 88e31471818e9a29a8a20a0ee61360cfd7bdc1cd 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