Can not add words to dictionary #286
Labels
1-bug 🐛
Issue type: Bug report (something isn't working as expected)
2-unconfirmed
Issue status: Bug that needs to be reproduced (all new bugs have this label)
Describe the bug
When using coc.nvim with the
coc-ltex
module, I can not add words to the user's dictionary.I usually run vim from whatever path I'm currently in, and I don't want random
.vscode
directories pop up all over my filesystem, so I have set the configuration targets to beuser
.But then when I try to add a word to the dictionary, I get this exception:
I have tried setting an external file to be used with
but then I get a different exception
Stepse to reproduce
Steps to reproduce the behavior:
CocList extensions
, select coc-ltex and enterExpected behavior
One of the following:
~/.config/Code/User/globalStorage/valentjn.vscode-ltex/
is created and changedSample document
LTeX configuration
LTeX LS log
Paste the log (output) of LTeX LS here:
Version information
List here the version information of the relevant software.
Linux <hostname> 5.15.0-84-generic #93-Ubuntu SMP Tue Sep 5 17:16:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
(Ubuntu Mate 22.04)13.1.0
(according to~/.config/coc/extensions/node_modules/coc-ltex/package.json
)Additional context/information
Would enjoy documentation on how to set the path for the settings file.
The text was updated successfully, but these errors were encountered: