mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: swapped async tex previewer
This commit is contained in:
@@ -19,7 +19,7 @@ vim.filetype.add({
|
||||
|
||||
vim.api.nvim_create_autocmd({ 'VimLeave' },
|
||||
{
|
||||
pattern = { 'c' },
|
||||
pattern = { '*.c' },
|
||||
command = '!cclear'
|
||||
})
|
||||
|
||||
@@ -105,7 +105,7 @@ vim.api.nvim_create_autocmd({ 'BufEnter', 'FileType' },
|
||||
|
||||
vim.api.nvim_create_autocmd({ 'VimLeave' },
|
||||
{
|
||||
pattern = { 'tex' },
|
||||
pattern = { '*.tex' },
|
||||
command = '!texclear %'
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user