diff options
Diffstat (limited to 'lua/user/autocommands.lua')
| -rw-r--r-- | lua/user/autocommands.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/user/autocommands.lua b/lua/user/autocommands.lua new file mode 100644 index 0000000..9e149e0 --- /dev/null +++ b/lua/user/autocommands.lua @@ -0,0 +1,6 @@ +vim.cmd [[ +]] +-- augroup _general_settings +-- autocmd! +-- autocmd BufWritePost *.tex silent !pdflatex %:p +-- augroup end |
