Feat: add goyo and black to vimrc

This commit is contained in:
2019-05-14 20:01:33 +02:00
parent 2a6d6f0eb1
commit e6744142e2
2 changed files with 10 additions and 2 deletions

View File

@@ -42,6 +42,10 @@ Plug 'w0rp/ale'
" Completion for python
Plug 'davidhalter/jedi-vim'
" Code formating for python
Plug 'python/black'
" Vim note taking plugin
Plug 'xolox/vim-misc'
Plug 'xolox/vim-notes'
@@ -80,6 +84,9 @@ Plug 'Konfekt/FastFold'
" Touch typing
" Plug 'vim-scripts/TTCoach'
" Distraction free writing
Plug 'junegunn/goyo.vim'
""Plug 'edkolev/tmuxline.vim'
"Plug 'nvie/vim-flake8'