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/general.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/general.vim') 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 -- cgit v1.2.3