Adding conceal feature to vimrc
This commit is contained in:
parent
4a14f4505b
commit
99ba2927c2
1 changed files with 5 additions and 0 deletions
5
vim.nix
5
vim.nix
|
@ -113,6 +113,11 @@ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
|
||||||
let g:vimtex_fold_manual=1
|
let g:vimtex_fold_manual=1
|
||||||
let g:vimtex_latexmk_enabled=0
|
let g:vimtex_latexmk_enabled=0
|
||||||
|
|
||||||
|
" conceal to unicode symbols
|
||||||
|
set conceallevel=2
|
||||||
|
set concealcursor=nvc
|
||||||
|
let g:tex_conceal="adgms"
|
||||||
|
|
||||||
" nice pluginless stuff
|
" nice pluginless stuff
|
||||||
set path+=**
|
set path+=**
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|
Loading…
Reference in a new issue