nvim-lsputils icon indicating copy to clipboard operation
nvim-lsputils copied to clipboard

Opening reference handler in a horizontal split

Open cambp4 opened this issue 4 years ago • 0 comments

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)

cambp4 avatar Dec 22 '20 16:12 cambp4