I broke up with neovim....vim is my best friend now
This commit is contained in:
17
dot_vim/plugged/vimtex/test/test-syntax/test-natbib.vim
Normal file
17
dot_vim/plugged/vimtex/test/test-syntax/test-natbib.vim
Normal file
@@ -0,0 +1,17 @@
|
||||
source common.vim
|
||||
|
||||
highlight texCmdRef ctermfg=6 guifg=cyan
|
||||
highlight Conceal ctermfg=4 ctermbg=7 guibg=NONE guifg=blue
|
||||
|
||||
" let g:vimtex_syntax_conceal_cites = {
|
||||
" \ 'type': 'icon',
|
||||
" \}
|
||||
|
||||
silent edit test-natbib.tex
|
||||
|
||||
split
|
||||
silent wincmd w
|
||||
set conceallevel=2
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
quitall!
|
||||
Reference in New Issue
Block a user