From 58e442cabcda44468718f8b5811f9ce5eeb0fa10 Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Tue, 19 Feb 2019 22:08:06 -0500 Subject: added no conceal so I can see tildes's in goyo --- modules/goyo-limelight.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/goyo-limelight.vim') diff --git a/modules/goyo-limelight.vim b/modules/goyo-limelight.vim index 5b46b129..74b6bea3 100644 --- a/modules/goyo-limelight.vim +++ b/modules/goyo-limelight.vim @@ -12,6 +12,7 @@ function! s:goyo_enter() call deoplete#custom#option('auto_complete', v:false) set spell spelllang=en_us set wrap + set conceallevel=0 set tw=100 set noshowcmd set scrolloff=999 -- cgit v1.2.3