bufnr
event
`:h event-args`: https://neovim.io/doc/user/api.html#event-args `:h LspAttach`: https://neovim.io/doc/user/lsp.html#LspAttach Fixes #3319
onAttach
Similar to `plugins.lsp.onAttach`, implement a "global" equivalent to the per-server `on_attach` callback. This is implemented using a `LspAttach` autoCmd.