nvim-lsputils
nvim-lsputils copied to clipboard
Opening reference handler in a horizontal split
Hi, how can we configure the plugin so that when it opens the quick fix list when we call
vim.lsp.handlers['textDocument/references'] = require'lsputil.locations'.references_handler
the preview appears on top (horizontal split) instead of on the right (vertical split)