aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-27 19:45:59 +0800
committerjdhao <jdhao@hotmail.com>2020-09-27 19:45:59 +0800
commit240520193a801e90ff60894f61efa19e56593b98 (patch)
treef60fb7b9579b28d509e06318449f0b10cafe5b1d /plugins.vim
parent9f344b082012d60b834210634bff130f988f95d0 (diff)
remove goyo (I rarely use it)
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins.vim b/plugins.vim
index b6a78cc..10261f8 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -207,11 +207,6 @@ Plug 'junegunn/gv.vim', { 'on': 'GV' }
"{{ Plugins for markdown writing
" Distraction free writing
-Plug 'junegunn/goyo.vim', { 'for': 'markdown' }
-
-" Only light on your cursor line to help you focus
-Plug 'junegunn/limelight.vim', {'for': 'markdown'}
-
" Markdown syntax highlighting
Plug 'vim-pandoc/vim-pandoc-syntax', { 'for': 'markdown' }
@@ -642,14 +637,6 @@ let g:signify_sign_change = '~'
"}}
"{{ Markdown writing
-"""""""""""""""""""""""""goyo.vim settings""""""""""""""""""""""""""""""
-" Make goyo and limelight work together automatically
-augroup goyo_work_with_limelight
- autocmd!
- autocmd! User GoyoEnter Limelight
- autocmd! User GoyoLeave Limelight!
-augroup END
-
"""""""""""""""""""""""""vim-pandoc-syntax settings"""""""""""""""""""""""""
" Whether to conceal urls (seems does not work)
let g:pandoc#syntax#conceal#urls = 1