We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug File contents from dictionary, disabledRules and hiddenFalsePostives are not loaded.
I can add things to these files using code actions and they temporarily have effect on ltex. Once I restart, however, the rules fire again.
config lazy:
{ "barreiroleo/ltex_extra.nvim", branch = "dev", ft = { "tex" }, opts = { path = ".ltex", -- tried "." and default as well } },
lspconfig:
lspconfig.ltex.setup{ filetypes = { "tex" }, settings = { ltex = { language = "en-GB", }, }, on_attach = on_attach, }
logs vim messages:
[Ltex_extra] [INFO] Ltex client not found. Waiting for attach [Ltex_extra] [INFO] Client 2 attached to ltex server [Ltex_extra] [TRACE] Loading [Ltex_extra] [TRACE] Checking path [Ltex_extra] [DEBUG] {} [Ltex_extra] [TRACE] Loading [Ltex_extra] [TRACE] Checking path [Ltex_extra] [DEBUG] {} [Ltex_extra] [TRACE] Loading [Ltex_extra] [TRACE] Checking path [Ltex_extra] [DEBUG] {}
System:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
File contents from dictionary, disabledRules and hiddenFalsePostives are not loaded.
I can add things to these files using code actions and they temporarily have effect on ltex. Once I restart, however, the rules fire again.
config
lazy:
lspconfig:
logs
vim messages:
System:
The text was updated successfully, but these errors were encountered: