This commit is contained in:
2022-04-28 08:18:32 +03:00
parent 979bc8f385
commit 1d5ffafb9d
2 changed files with 9 additions and 3 deletions

4
vimrc
View File

@ -140,6 +140,10 @@ Plug 'xuhdev/vim-latex-live-preview'
" MAN "
Plug 'jez/vim-superman'
" https://github.com/kergoth/vim-bitbake
" Bitbake "
Plug 'kergoth/vim-bitbake'
" https://github.com/python-mode/python-mode "
" Python "
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }