prerequisites
Prerequisites#
This nvim config is for writing markdown, daily notes and/or
academic writing. Hence we need to install some prerequisites such
as a LaTeX-Compiler aswell as a pdf-reader on the system. You can
switch my options for software you like more, but be aware that some
of the nvim plugins are tailored around my choices.
PDF-Reader: Sioyek#
Sioyek is nice becauce it comes with many features, is scriptable an has vim-keybindings from the go.
LaTeX-Compiler: TeX Live#
TeX Live for the compiler. Check Tex Live Website!
I’d suggest you install the texlive-meta package on linux. Some
plugins/scripts also rely on python - install it aswell if you don’t
have it installed already.
Full install for arch-based distros:
yay -S python sioyek texlive-meta