donRaphaco / neotex

latex live preview - plugin for neovim and vim 8
MIT License
177 stars 8 forks source link

Make NeoTexOn by default #12

Open jahanbani opened 6 years ago

jahanbani commented 6 years ago

How can I make NeoTexOn be on by default?

Maybe this is feature request? Thanks

carlosgarciafm commented 5 years ago

You can try adding the line autocmd FileType tex NeoTexOn to your vimrc file. This will enable NeoTexOn on every tex file.