mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Add goyo for distraction-free writing
This commit is contained in:
parent
f2aa69b9a0
commit
16dc5f72e8
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Plug 'scrooloose/nerdtree' , { 'on': 'NERDTreeToggle' }
|
||||||
Plug 'ervandew/supertab' " completion
|
Plug 'ervandew/supertab' " completion
|
||||||
Plug 'neomake/neomake' " linter checks
|
Plug 'neomake/neomake' " linter checks
|
||||||
Plug 'milkypostman/vim-togglelist' " toggle quickfix and location lists
|
Plug 'milkypostman/vim-togglelist' " toggle quickfix and location lists
|
||||||
|
Plug 'junegunn/goyo.vim' " distraction-free writing
|
||||||
|
|
||||||
" Languages
|
" Languages
|
||||||
Plug 'kchmck/vim-coffee-script' , { 'for': 'coffee' }
|
Plug 'kchmck/vim-coffee-script' , { 'for': 'coffee' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue