-
Notifications
You must be signed in to change notification settings - Fork 8
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
Has anyone gotten typos.config
to work on Neovim?
#31
Comments
require('lspconfig').typos_lsp.setup({
init_options = {
config = '/custom/path/.typos.toml',
}
}) However, it looks like there's an edge case! When Neovim doesn't initialise typo_lsp with PS: It looks like |
Interesting, thanks for looking into it! |
🤖 I have created a release *beep* *boop* --- ## [0.1.12](v0.1.11...v0.1.12) (2024-02-04) ### Features * typos 1.18.0 with January 2024 dictionary changes ([dfb3e55](dfb3e55)) ### Bug Fixes * use config file when workspace folder absent ([79ae446](79ae446)), closes [#31](#31) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
Unfortunately there's a 32-bit windows build error I haven't managed to fix yet blocking the release 😞 |
🤖 I have created a release *beep* *boop* --- ## [0.1.12](v0.1.11...v0.1.12) (2024-02-05) ### Features * typos 1.18.0 with January 2024 dictionary changes ([dfb3e55](dfb3e55)) ### Bug Fixes * error LNK2019: unresolved external symbol _GetLogicalDrives ([6ec5abf](6ec5abf)), closes [#33](#33) * use config file when workspace folder absent ([79ae446](79ae446)), closes [#31](#31) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
Fixed and v0.1.12 has been released, let me know how you go 🤞 |
@tekumara Yes, my issue has been fixed! Thank you very much! |
I'm trying to explicitly set the typos config using
typos.config
. However, it doesn't seem to get picked up. I've tried specifying the config value in all kinds of ways, but none of them seems to work:What am I doing wrong?
The text was updated successfully, but these errors were encountered: