Skip to content

Tags: lervag/vimtex

Tags

v2.17

Toggle v2.17's commit message
fix: simplify root handling during tex parser

Did not see exactly what was wrong, but it seems I was passing the root
as part of an option dict and somehow did not control the dict properly.
But we did not need the dict and could just simply pass the root value
directly. That seems to fix things.

refer: #3208

v2.16

Toggle v2.16's commit message
doc(zathura): added idea about launchctl to macos faq

refer: #3076

v2.15

Toggle v2.15's commit message
chore: update vim and neovim versions for testing

v2.14

Toggle v2.14's commit message
feat: use float popups for ui-functions in neovim

v2.13

Toggle v2.13's commit message
merge: build_dir → (out_dir, aux_dir)

This changes build_dir to out_dir in general and adds support for
setting aux_dir for latexmk.

refer: #2534

v2.12

Toggle v2.12's commit message
merge: remove redundant highlight link

refer: #2608

v2.11

Toggle v2.11's commit message
feat: add error message when compile bad mainfile

refer: #2465

v2.10

Toggle v2.10's commit message
doc: improve docs on zathura on MacOS

refer: #2391

v2.9

Toggle v2.9's commit message
chore: add cliff.toml for autogeneration of changelog

v2.8

Toggle v2.8's commit message
test: minor fix