We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I set the win_position to left, I can not see the preview window:
Enven when I close the nvim-tree, I cannot see the preview window either:
Besides, I wonder how to set the windows at the left of the nvim-tree or aside left with current buffer.
lspsaga config:
require('lspsaga').setup({ outline = { win_position = 'left', keys = { jump = '<cr>', toggle_or_jump = 'o', quit = { 'q' } } }, code_action = { keys = { quit = { 'q', '<esc>', '<c-n>' }, exec = '<cr>' } }, diagnostic = { keys = { quit = { 'q', '<esc>', '<c-n>' }, quit_in_show = { 'q', '<esc>', '<c-n>' }, } }, hover = { open_cmd = '!wslview' }, rename = { keys = { quit = { '<esc>', '<c-n>' } } } })
The outline window is attached to current buffer at lfet.
0.10.0
6f920cf
wt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I set the win_position to left, I can not see the preview window:
Enven when I close the nvim-tree, I cannot see the preview window either:
Besides, I wonder how to set the windows at the left of the nvim-tree or aside left with current buffer.
Steps to reproduce
lspsaga config:
Expected behavior
The outline window is attached to current buffer at lfet.
Neovim version (nvim -v)
0.10.0
lspsaga commit
6f920cf
Terminal name/version
wt
The text was updated successfully, but these errors were encountered: