nvim-autopairs icon indicating copy to clipboard operation
nvim-autopairs copied to clipboard

Disable on_confirm_done for all TeX file types

Open dreknix opened this issue 7 months ago • 0 comments

Since on_confirm_done is disabled for all LaTeX documents (file type 'tex'), it should also be disabled for all other TeX file types. Currently it is still enabled on TeX files (plaintex) and ConTeXt files (context).

This is a little bit irritating for new users, since when start writing a new LaTeX file with the extension '*.tex' it has the type plaintex in the beginning.

See https://neovim.io/doc/user/filetype.html#ft-tex-plugin

dreknix avatar Nov 20 '23 14:11 dreknix