on_list
loclist
Problem: `on_list` is supposed to replace the default list-handler. With the current order of these `if` statements `on_list` won't be called if `loclist` is true. Solution: Change the order of the relevant blocks.
vim.lsp.protocol.Methods
version
textDocument/publishDiagnostics