dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 364c813f0e824ab843dd704c5358619f53680265
parent 3b7c6b45adeed5900e182f2daa02c816e1aea6ef
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 20 Nov 2017 10:23:24 -0500

set conceallevel=0 by default

Diffstat:
Mlinks/.vim/filetypes.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.vim/filetypes.vim b/links/.vim/filetypes.vim @@ -5,7 +5,7 @@ autocmd! BufNewFile,BufRead *.cuh setlocal ft=cuda " enable spell and settings for text writing by default for certain file types autocmd FileType tex,latex,md,markdown,mkd,rst,mail - \ call pencil#init({'wrap': 'soft', 'textwidth': 80, 'conceallevel': 3}) + \ call pencil#init({'wrap': 'soft', 'textwidth': 80, 'conceallevel': 0}) \ | call litecorrect#init() \ | setl spell spl=en_us \ | setl fdo+=search