lite-xl / lite-xl-lsp-servers

Public repo of easily usable lsp servers, that interface with the lite-xl plugin system.
MIT License
9 stars 10 forks source link

Updated lsp_tex Windows check. #28

Closed PerilousBooklet closed 6 months ago

Guldoman commented 6 months ago

Mmm ideally you'd bump the plugin version in the manifest, but it's using the server version, so we can't do that.

But luckily the server just got updated to 5.13.1, so you could bump the server version together with this change.

PerilousBooklet commented 6 months ago

I messed up the version in the commit message.

Guldoman commented 6 months ago

It's ok, but if you want to change the commit message of the last commit:

git commit --amend
git push --force-with-lease

This also adds any changes currently staged, into the last commit.

PerilousBooklet commented 6 months ago

Done.