소스 검색

added no conceal so I can see tildes's in goyo

ChristianChiarulli 6 년 전
부모
커밋
58e442cabc
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/general.vim
  2. 1 0
      modules/goyo-limelight.vim

+ 1 - 0
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

+ 1 - 0
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