-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Labels
Description
Request: Implementing a .lua configuration for vimtex
Most of the actual confiugrations in neovim are done via Lazy, using a .lua plugin filesystem. However, the readme.MD does not provide any information on how to "translate" the init.vim into an init.lua file.
Possible solution
Add a section in the readme.MD with a minimal reproducible example of a lua configuration (being it a single- or a multi-file one)