vim: tex_conceal to conceal emphasis and leader+s to cycle conceal modes
This commit is contained in:
parent
39b5599903
commit
d705423f1b
1 changed files with 2 additions and 1 deletions
3
vim.nix
3
vim.nix
|
@ -114,9 +114,10 @@ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
|
|||
let g:vimtex_latexmk_enabled=0
|
||||
|
||||
" conceal to unicode symbols
|
||||
nnoremap <leader>l :silent let &conceallevel = (&conceallevel+1)%4<CR>
|
||||
set conceallevel=2
|
||||
set concealcursor=nvc
|
||||
let g:tex_conceal="adgms"
|
||||
let g:tex_conceal="abdmgs"
|
||||
|
||||
" nice pluginless stuff
|
||||
set path+=**
|
||||
|
|
Loading…
Reference in a new issue