jdhao / jdhao.github.io

My personal blog: https://jdhao.github.io/
24 stars 6 forks source link

2019/03/26/nvim_latex_write_preview/ #81

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

A Complete Guide on Writing LaTeX with Vimtex in Neovim - jdhao's digital space

Update log 2021-02-20: Add inverse search settings on Windows and macOS Previously, I have written a post on how to write and compile LaTeX source code in Sublime Text. Now that I am familiar with Neovim, I want to do everything related to text editing inside Neovim. In this post, I would like to share how to configure Neovim for LaTeX editing and previewing. My complete config for vimtex can be found here (search vimtex) on my nvim-config repo .

https://jdhao.github.io/2019/03/26/nvim_latex_write_preview/

harryhanYuhao commented 1 year ago

Thanks! Very helpful!