summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/helpers
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/helpers')
-rw-r--r--.config/nvim/lua/helpers/autocmds.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/helpers/autocmds.lua b/.config/nvim/lua/helpers/autocmds.lua
index b57f64e..11f4480 100644
--- a/.config/nvim/lua/helpers/autocmds.lua
+++ b/.config/nvim/lua/helpers/autocmds.lua
@@ -19,7 +19,7 @@ vim.api.nvim_create_autocmd("VimLeave", {
19 pattern = { 19 pattern = {
20 '*.tex', 20 '*.tex',
21 }, 21 },
22 command = "!textclear %", 22 command = "!texclear %",
23}) 23})
24 24
25vim.api.nvim_create_autocmd("VimResized", { 25vim.api.nvim_create_autocmd("VimResized", {