diff options
author | Cody Hiar <cody@hiar.ca> | 2019-09-06 11:43:08 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2019-09-06 11:43:08 -0600 |
commit | de9b84d41533edbbb40b6f1722a38e9ae852478c (patch) | |
tree | 138319e7361e4222433ad54ae43e585d641db3e7 | |
parent | 4c5dab8a36396182f624463cd65daf00a309a9b7 (diff) |
Adding goyo and vim pencil
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Plug 'nathanaelkane/vim-indent-guides' " Creates indent lines, makes code a bit Plug '/usr/bin/fzf' " fzf runtime path Plug 'junegunn/fzf.vim' " fzf plugin for quick file searching Plug 'vim-scripts/camelcasemotion' " Additional word objects +Plug 'reedes/vim-pencil' " Writing utility +Plug 'junegunn/goyo.vim' " Distraction Free writing Plug 'thornycrackers/vim-options' " Custom options call plug#end() |