Skip to content

Conversation

Ramilito
Copy link
Owner

added completion to filter
exclude namespace from filter

solves #286

@Ramilito Ramilito merged commit 53c79df into main Aug 29, 2024
1 check passed
@Ramilito Ramilito deleted the feat/tab_in_filter branch August 29, 2024 10:19
@mosheavni
Copy link
Collaborator

very nice! any idea why it sends me to the start of the line upon completion?

@Ramilito
Copy link
Owner Author

hmm where are you seeing that? after filtering?

@mosheavni
Copy link
Collaborator

2024-08-29_16-22-38 (1)

@Ramilito
Copy link
Owner Author

ah, that's probably vim.api.nvim_win_set_cursor(0, { #header + 2, #prompt })
We should check if cursor already is in prompt before calling that, it's supposed to help you when you select an option instead of using completion

@Ramilito
Copy link
Owner Author

fixed in #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants