You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system variable LTEX_GLOBAL_STORAGE_PATH is where you can put default dictionary files. However, ltex-ls doesn't actually set the variable. According to this comment it's up to the client to set it. Of course, the user can set it to whatever they want, but it makes sense to me for the client to at least have it set to something.
I suggest setting it to vim.fn.stdpath('data') .. '/ltex/' or similar. What do you say?
The text was updated successfully, but these errors were encountered:
The system variable
LTEX_GLOBAL_STORAGE_PATH
is where you can put default dictionary files. However, ltex-ls doesn't actually set the variable. According to this comment it's up to the client to set it. Of course, the user can set it to whatever they want, but it makes sense to me for the client to at least have it set to something.I suggest setting it to
vim.fn.stdpath('data') .. '/ltex/'
or similar. What do you say?The text was updated successfully, but these errors were encountered: