Releases: barreiroleo/ltex_extra.nvim
Releases · barreiroleo/ltex_extra.nvim
v0.2.2
What's Changed
- fix: file saving when config path value is empty by @JManch in #35
- Merge pull request #35 from JManch/fs_rewrite by @barreiroleo in #37
- feat: support path relative to
root_dir
by @nawordar in #39 - fix: Correctly differentiate between absolute and relative paths by @Iljo in #42
- Set en-US as default load_langs language by @christoffer in #48
- Handle windows path by @PaysanCorrezien in #52
- Fix orthographic errors in readme by @realhackcraft in #56
- fix: Master branch fix for vim.lsp.get_active_clients depreciation by @mhho3082 in #57
- Update README.md by @cxwx in #65
- docs: fix links by @frankebel in #59
New Contributors
- @nawordar made their first contribution in #39
- @Iljo made their first contribution in #42
- @christoffer made their first contribution in #48
- @PaysanCorrezien made their first contribution in #52
- @realhackcraft made their first contribution in #56
- @mhho3082 made their first contribution in #57
- @cxwx made their first contribution in #65
- @frankebel made their first contribution in #59
Full Changelog: v0.2.1...v0.2.2
Next release will deprecate on_attach setup
v0.2.0
What's Changed
- change ipairs to pairs by @jkub6 in #4
- Allow debug configuration in setup by @Fymyte in #5
- feat(logs): Expose logs level to the user by @barreiroleo in #6
- not assuming settings.ltex exist by @chomosuke in #13
- fix(client): Merge from nightly. Improve the interactions with lsp client. by @barreiroleo in #25
- Expand ~ and environment variables of "path" arg by @fhfuih in #26
- feat(config): ltex_extra sets lspconfig for users by @fhfuih in #29
- fix: incorrect way of appending filename to path by @moreka in #30
- feat: ltex_extra now can call LTeX server by @barreiroleo in #33
New Contributors
- @jkub6 made their first contribution in #4
- @Fymyte made their first contribution in #5
- @chomosuke made their first contribution in #13
- @fhfuih made their first contribution in #26
- @moreka made their first contribution in #30
Full Changelog: https://github.com/barreiroleo/ltex_extra.nvim/commits/v0.2.0