From d705423f1b9b8839f4b03507854562b1f013eb39 Mon Sep 17 00:00:00 2001 From: "EEva @ felin" Date: Tue, 21 Mar 2017 23:55:04 +0100 Subject: [PATCH] vim: tex_conceal to conceal emphasis and leader+s to cycle conceal modes --- vim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim.nix b/vim.nix index 731f2c5..682bd62 100644 --- a/vim.nix +++ b/vim.nix @@ -114,9 +114,10 @@ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in { let g:vimtex_latexmk_enabled=0 " conceal to unicode symbols + nnoremap l :silent let &conceallevel = (&conceallevel+1)%4 set conceallevel=2 set concealcursor=nvc - let g:tex_conceal="adgms" + let g:tex_conceal="abdmgs" " nice pluginless stuff set path+=**