berrylium0078

Results 6 comments of berrylium0078

Same issue on 6.13.5-arch1-1.

It appears that the patch isn't working.

This worked for me: ```sh mv ideapad-laptop-tb2024g6plus.c ideapad-laptop.c patch < ideapad-laptop.patch mv ideapad-laptop.c ideapad-laptop-tb2024g6plus.c make ```

p.s. @ty2 please update AUR package.

I'm using the latest commit. My setup is NeoVim + Lazy.nvim, and I've tested with a clean configuration, but the issue still occurs. `~/.config/nvim/lua/plugins/vimpandoc.lua`: ```lua return { { "vim-pandoc/vim-pandoc" },...

Tried again with Vim, can't reproduce the issue too. Seems to be neovim specific. P.S. the issue persists after I remove vim-pandoc-syntax but keep vim-pandoc and setting conceallevel. You can...