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

[Feat] Symbol Picker Relative to Window #26

Open
farzad-memryx opened this issue Feb 26, 2025 · 1 comment
Open

[Feat] Symbol Picker Relative to Window #26

farzad-memryx opened this issue Feb 26, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request Medium-P Needs to be done, but not urgent.

Comments

@farzad-memryx
Copy link

farzad-memryx commented Feb 26, 2025

The issue I mentioned this in originally was closed, so mentioning here for easier tracking. The symbol picker is currently created relative to editor, and though the default config lists this is an option, changing relative to win produces errors.

    {
        'bassamsdata/namu.nvim',
        config = function()
            require('namu').setup({
                namu_symbols = { options = { window = { relative = 'win' } } },
            })
        end,
    },

Error executing vim.schedule lua callback: ...l/share/nvim/lazy/namu.nvim/lua/namu/selecta/selecta.lua:737: floating window cannot be relative to itself

@bassamsdata
Copy link
Owner

Thank you for opening this issue. I really forgot to work on it.

@bassamsdata bassamsdata self-assigned this Feb 27, 2025
@bassamsdata bassamsdata added enhancement New feature or request Medium-P Needs to be done, but not urgent. labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Medium-P Needs to be done, but not urgent.
Projects
None yet
Development

No branches or pull requests

2 participants