diff --git a/vim.nix b/vim.nix index c2ff000..731f2c5 100644 --- a/vim.nix +++ b/vim.nix @@ -113,6 +113,11 @@ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in { let g:vimtex_fold_manual=1 let g:vimtex_latexmk_enabled=0 + " conceal to unicode symbols + set conceallevel=2 + set concealcursor=nvc + let g:tex_conceal="adgms" + " nice pluginless stuff set path+=** set wildmenu