knap
knap copied to clipboard
Neovim plugin for creating live-updating-as-you-type previews of LaTeX, markdown, and other files in the viewer of your choice.
when running using the default configuration and starting the preview neovim errors and says: `./.tex:1: Undefined control sequence \phantomsection` when using the hyperref package. these files compile fine when using...
I found `Knap` very interesting, so I installed it on `Windows`, even though I knew it was incompatible. I verified that the processing is done successfully using `pandoc`. However, the...
Fix #15. The change is the parameters for `nvim`: `-es` is drop and `--cmd` is changed to `-c`. Both changes are necessary. I don't know exactly which parameters do what....
I'm using: - neovim 0.9.1-1 (Same as arch repos) - sioyek 2.0.0-2 (AUR) - Artix Linux - NVChad (Latest) - Vimtex (NOT Lazy-loaded) - Ltex-ls (Lazy) - Texlab (Lazy) -...
This is what my configuration is. Only `--reuse-instance` removed (Sioyek v2.0.0 doesn't open if `--reuse-instance` used), everything else is default. Forward search is fine but when I enable synctex `F4`...
The plugin keeps printing `process successful; refresh preview` every time I type, which is extremly distracting for people like me who use `cmdheight = 0`. Is there a way to...
Hi, First of all thank you for creating this plugin, I was struggling to set up synctex on neovim properly and this just works! I am using the default pdf...
First of all thanks very much for your plugin, I enjoy it daily. One thing bothers me though: if I open two tex files in different nvim sessions then on...
With NeoVim (v0.10.0), Lazy and the latest knap version I get the following error when trying to lunch the preview: ``` E5108: Error executing lua: /Users/porsched/.local/share/nvim/lazy/knap/lua/knap.lua:134: attempt to call upvalue...
I am using: - Windows 11 Pro version 23H2 and build 22631.3593. - Neovim verison 0.10.0. My `init.lua` (for Windows as suggested by @andregpss in [his comment](https://github.com/frabjous/knap/issues/27#issuecomment-2135390035)) is the following:...