Skip to content
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

Dictionary file not loaded (dev) #63

Open
lennartack opened this issue Nov 22, 2024 · 0 comments
Open

Dictionary file not loaded (dev) #63

lennartack opened this issue Nov 22, 2024 · 0 comments

Comments

@lennartack
Copy link

lennartack commented Nov 22, 2024

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:

  • plugin: dev branch
  • OS: debian 12
  • Neovim version: 0.10.2
  • LTeX server intallation method: mason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant