dvdsk / prosesitter.nvim

A (work in progress) grammar, spelling and style plugin for Neovim
MIT License
25 stars 0 forks source link

Integrate languagetool #25

Closed dvdsk closed 2 years ago

dvdsk commented 2 years ago

tracking-branch: langtool

dvdsk commented 2 years ago

First hurdle, how to do async http req. useing curl for http access (limits to linux/mac with curl install) (good enough for now)

hard coded path run

dvdsk commented 2 years ago

combine output of vale and language-tool after checking

dvdsk commented 2 years ago

start languagetool server on boot

dvdsk commented 2 years ago

4af4b55