-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: vimtex is broken (temporarily fixed, but needs proper fix) #230
Comments
I also have this problem! But even with the new fix it still doesnt work for me on windows. Should I open a new issue? Issue description = Very similar to above. Vimtex is set to lazy = false, but it still doesnt recognize when I open a tex file to load itself. Using packer this is not an issue but with lazy.nvim it is. I am not sure what the RTP is but I think this is the issue as my config hasn't changed. |
Can you show me the contents of: |
|
It's a windows issue. I'll fix it. |
Very wholesome, I am sorry I use windows I would understand if you wouldn't fix it haha. |
Can you check the lastest commit? if it doesn't work, an update rtp please :) |
You're awesome legit just pulled it and it works, just as you sent your comment! Your awesome! How did you know exactly what the problem was? |
Because I fixed building the rtp earlier today and seeing your inspect output, I knew right away I needed to normalize those paths on windows :) |
Very wholesome! Thank you again! |
Did you check docs and existing issues?
Neovim version (nvim -v)
nightly
Operating system/version
linux
Describe the bug
vimtext no longer works since plugins are no longer prepended to the rtp
Steps To Reproduce
install vimtex
Expected Behavior
should work
Repro
The text was updated successfully, but these errors were encountered: