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
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
I guess I somehow need to apply this part of what NeoVim core does. Unfortunately it is inside a not accessible function. 😑
I would be happy if you would open a PR which adds this functionality I linked. You have already the perfect test environment for this "feature", so a contribution would be the optimal case for me. Else I'll try to find some time. But usually if I find the time and motivation to rather work on version 2.0 of this plugin...
Some commands on the
ltex
lsp are resolved on the client side.Example:
_ltex.addToDictionary
_ltex.disableRules
_ltex.hideFalsePositives
Docs: ltex commands
Using
:CodeActionMenu
not run the command_ltex.addToDictionary
. But using:lua vim.lsp.buf.code_action()
works.2022-03-29_17-44_42.mp4
The text was updated successfully, but these errors were encountered: