Go to definition in current window if split windows for the same buffer
When I opened two split windows for the same buffer and called vim.lsp.buf.definition
, if the symbol definition is in the same file, it would always jump to definition in the first window.