RishabhRD / nvim-lsputils

Better defaults for nvim-lsp actions
456 stars 20 forks source link

Opening reference handler in a horizontal split #17

Open cambp4 opened 3 years ago

cambp4 commented 3 years ago

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)