Skip to content
New issue

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

outline with positon left shows no preview window #1471

Open
Kaiser-Yang opened this issue Jul 11, 2024 · 0 comments
Open

outline with positon left shows no preview window #1471

Kaiser-Yang opened this issue Jul 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Kaiser-Yang
Copy link

Describe the bug

When I set the win_position to left, I can not see the preview window:
image

Enven when I close the nvim-tree, I cannot see the preview window either:
image

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:

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>' }
        }
    }
})

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

@Kaiser-Yang Kaiser-Yang added the bug Something isn't working label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant