adding latex plugin

This commit is contained in:
2022-09-29 12:28:57 +01:00
parent 3f26ccb37d
commit 992609e5dc
2 changed files with 3 additions and 1 deletions

View File

@ -46,5 +46,6 @@ M.ui = {
M.mappings = require "custom.mappings"
vim.cmd('autocmd BufRead,BufEnter *.astro set filetype=astro')
vim.cmd('set rnu')
vim.cmd('autocmd InsertLeave *.tex update')
return M

View File

@ -18,5 +18,6 @@ return {
autotag.setup()
end
end
}
},
["lervag/vimtex"] = {},
}