tekumara / typos-lsp

Source code spell checker for Visual Studio Code, Neovim and other LSP clients
https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode
MIT License
168 stars 4 forks source link

feat: support config files (typos.toml etc.) #8

Closed tekumara closed 11 months ago

tekumara commented 11 months ago

supports a config file read from the workspace folder or its parents.

also, debug logs now print client requests as json

resolves #6