Feat: add goyo and black to vimrc

This commit is contained in:
Bertrand Benjamin 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 " Completion for python
Plug 'davidhalter/jedi-vim' Plug 'davidhalter/jedi-vim'
" Code formating for python
Plug 'python/black'
" Vim note taking plugin " Vim note taking plugin
Plug 'xolox/vim-misc' Plug 'xolox/vim-misc'
Plug 'xolox/vim-notes' Plug 'xolox/vim-notes'
@ -80,6 +84,9 @@ Plug 'Konfekt/FastFold'
" Touch typing " Touch typing
" Plug 'vim-scripts/TTCoach' " Plug 'vim-scripts/TTCoach'
" Distraction free writing
Plug 'junegunn/goyo.vim'
""Plug 'edkolev/tmuxline.vim' ""Plug 'edkolev/tmuxline.vim'
"Plug 'nvie/vim-flake8' "Plug 'nvie/vim-flake8'

View File

@ -36,9 +36,7 @@
- git-annex - git-annex
- cifs-utils - cifs-utils
- vifm - vifm
- youtube-dl
- gnupg - gnupg
- neomutt
state: present state: present
tags: tags:
- first_deployement - first_deployement
@ -52,6 +50,9 @@
- cups-pdf - cups-pdf
- task - task
- profanity - profanity
- neomutt
- youtube-dl
- python-black
state: present state: present
when: not minimal or not server when: not minimal or not server