diff --git a/dot-config/vim/init.vim b/dot-config/vim/init.vim index e2974e6..a6d775a 100644 --- a/dot-config/vim/init.vim +++ b/dot-config/vim/init.vim @@ -52,6 +52,9 @@ if has('patch-8.2.4325') set wildoptions+=pum endif +# This is a window-local setting but I like 2 by default. :) +set conceallevel=2 + set tabstop=2 shiftwidth=2 if exists('+breakindent') @@ -85,6 +88,8 @@ g:vim_svelte_plugin_use_typescript = 1 g:LatexBox_Folding = 1 +g:markdown_folding = 1 + g:ale_set_balloons = 1 nmap (ale_previous_wrap) nmap (ale_next_wrap)