I broke up with neovim....vim is my best friend now
This commit is contained in:
21
dot_vim/plugged/vim-latex/ftplugin/latex-suite/packages/ulem
Normal file
21
dot_vim/plugged/vim-latex/ftplugin/latex-suite/packages/ulem
Normal file
@@ -0,0 +1,21 @@
|
||||
if exists("ulem_package_file")
|
||||
finish
|
||||
endif
|
||||
let ulem_package_file = 1
|
||||
|
||||
let g:TeX_package_option_ulem =
|
||||
\ 'normalem,'
|
||||
\.'ULforem,'
|
||||
\.'normalbf,'
|
||||
\.'UWforbf'
|
||||
|
||||
let g:TeX_package_ulem =
|
||||
\ 'bra:uwave,'
|
||||
\.'bra:uline,'
|
||||
\.'bra:uuline,'
|
||||
\.'bra:sout,'
|
||||
\.'bra:xout,'
|
||||
\.'ULthickness,'
|
||||
\.'ULdepth'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
||||
Reference in New Issue
Block a user