This commit is contained in:
h 2024-03-03 01:30:24 -05:00
parent 8877be8465
commit d3c8676053
2 changed files with 3 additions and 2 deletions

View File

@ -245,7 +245,7 @@ vim.api.nvim_create_autocmd({ 'FileType',
}, {
pattern = "*",
callback = function()
if vim.bo.filetype ~= "plaintex" and vim.bo.filetype ~= "tex" and vim.bo.filetype ~= "latex" and
if vim.bo.filetype ~= "plaintex" and vim.bo.filetype ~= "tex" and vim.bo.filetype ~= "late" and
vim.bo.filetype ~= "qf" and vim.bo.filetype ~= "bib" and vim.bo.filetype ~= "" and vim.bo.filetype ~= "pdf"
and vim.bo.filetype ~= "conf" then
vim.cmd [[ :COQnow -s ]]

View File

@ -30,3 +30,4 @@
\DeclareMathOperator{\Log}{Log}
\DeclareMathOperator{\Var}{Var}
\DeclareMathOperator{\Cov}{Cov}
\DeclareMathOperator{\supp}{supp}