nvimzathura(or another PDF viewer)texlablatexmk
- Fork this repo*
- Clone the (forked) repo into
~/.config/nvim(Linux/Mac) or~/AppData/Local/nvim/for (Windows) - Run nvim
* - recommended if you plan to modify the configuration and pull my updates.
- ๐ Automatically opens PDF viewer
- ๐๏ธ Syntax highlighting
- ๐ LaTeX autocompletion with TeXLab (press Ctrl+Space)
โ ๏ธ Errors and warnings displayed- ๐ Folding of sections/blocks
You need to learn the basic keybindings first (open nvim and type :Tutor and hit enter).
To edit LaTeX:
- Open your
.texdocument:nvim doc.texor open neovim and type:e doc.tex - To trigger auto complete, press Ctrl+Space
- To apply a suggestion, press Enter
- To choose a suggestion, press Tab or Shift+Tab
- To collapse or expand current block, press Space+j and Space+k
I also encourage reading VimTeX documentation for advancing in editing.
