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
feat!(lsp): don't explicitly disable auto trigger for filetypes not in enabled_auto_trigger_ft
Previously, auto-triggering was explicitly disabled for filetypes not
enabled in `config.lsp.enabled_auto_trigger_ft`. This was done to avoid
conflicts with users who enable auto-triggering for all LSP servers that
support completion via the `LspAttach` event. However, this approach
introduced unnecessary complexity.
Now, Minuet no longer explicitly disables auto-triggering on attach.
Instead, it is recommended on the user side to configure auto-triggering
correctly, either through `config.lsp.enabled_auto_trigger_ft` or by
checking the server name in their `LspAttach` handler.
0 commit comments