Feat: add goyo and black to vimrc
This commit is contained in:
parent
2a6d6f0eb1
commit
e6744142e2
@ -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'
|
||||
|
@ -36,9 +36,7 @@
|
||||
- git-annex
|
||||
- cifs-utils
|
||||
- vifm
|
||||
- youtube-dl
|
||||
- gnupg
|
||||
- neomutt
|
||||
state: present
|
||||
tags:
|
||||
- first_deployement
|
||||
@ -52,6 +50,9 @@
|
||||
- cups-pdf
|
||||
- task
|
||||
- profanity
|
||||
- neomutt
|
||||
- youtube-dl
|
||||
- python-black
|
||||
state: present
|
||||
when: not minimal or not server
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user