[nvim] Add coc-jedi

This commit is contained in:
2025-08-25 18:49:05 +02:00
parent 87e08e66d3
commit 495bf70353

View File

@@ -14,6 +14,7 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'kyazdani42/nvim-web-devicons' " requis pas bufferline
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'pappasam/coc-jedi', { 'do': 'yarn install --frozen-lockfile && yarn build', 'branch': 'main' }
" Plug 'akinsho/bufferline.nvim'
" Plug 'ms-jpq/chadtree', {'branch': 'chad', 'do': 'python3 -m chadtree deps'}
call plug#end()