From 63ef047b1612743e59793d2160715ab8d9762fb8 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 28 Oct 2023 13:15:22 +1100 Subject: [PATCH] Enable some Markdown QoL features bundled with Vim --- dot-config/vim/init.vim | 5 +++++ 1 file changed, 5 insertions(+) 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)