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 * filetype is unnecessary. Generic servers can just omit filetypes field completely, and lspconfig will launch them upon BufReadPost instead of FileType.
Hi! I actually did a PR for lspconfig to include hyprls (see neovim/nvim-lspconfig#3137) but it's misconfigured: I mistook filetypes for file name patterns...
Problem
While inspecting the generated filetype:servers mapping, I realized there are servers with
*
wildcards in their filetype patterns.auto-lsp.nvim
cannot deal with these as the filetype lookup is done through simple table indexing.Solution
The text was updated successfully, but these errors were encountered: