summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristianChiarulli <[email protected]>2019-02-19 22:08:06 -0500
committerChristianChiarulli <[email protected]>2019-02-19 22:08:06 -0500
commit58e442cabcda44468718f8b5811f9ce5eeb0fa10 (patch)
tree55908e31598bbef357ec6283732a21c590a30a97
parent070e8ba4e6df79b3587b64cc49d482370e76a80d (diff)
added no conceal so I can see tildes's in goyo
-rw-r--r--modules/general.vim1
-rw-r--r--modules/goyo-limelight.vim1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/general.vim b/modules/general.vim
index 8fe6c8cc..6a6f9b0d 100644
--- a/modules/general.vim
+++ b/modules/general.vim
@@ -21,6 +21,7 @@ set splitbelow " Horizontal splits will automatically b
set splitright " Vertical splits will automatically be to the right
set t_Co=256 " Support 256 colors
set autochdir " Your working directory will always be the same as your working directory
+:set conceallevel=0 " So that I can see `` in markdown files
set tabstop=2 " Insert 2 spaces for a tab
set shiftwidth=2 " Change the number of space characters inserted for indentation
set smarttab " Makes tabbing smarter will realize you have 2 vs 4
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