-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
Problem
users often get confused and will specify filetype='rs' when they mean 'rust', and similar.
vim.lsp.config('rust-analyzer', {
cmd = '...'
filetypes = { 'rs' },
})Expected behavior
lsp healthcheck should check if the filetypes are actually known filetypes. this will greatly improve the OOTB UX.
Reactions are currently unavailable