nvim: add vimtex

This commit is contained in:
tastytea 2022-08-31 22:46:20 +02:00
parent 243abf1b7f
commit 4b79f6ad6f
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 6 additions and 0 deletions

View File

@ -47,3 +47,5 @@ require("todo-comments").setup({
after = ''
}
})
vim.g.vimtex_compiler_latexmk_engines = { _ = '-xelatex' }

View File

@ -40,6 +40,10 @@ require('packer').startup({ function(use)
requires = { 'https://github.com/nvim-lua/plenary.nvim' }
}
use { 'https://github.com/powerman/vim-plugin-AnsiEsc' }
use {
'https://github.com/lervag/vimtex',
tag = '*'
}
-- completion
use {