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

Inconsistent vimtex_ui_method for NeoVim #2855

Open
jdujava opened this issue Dec 22, 2023 · 1 comment
Open

Inconsistent vimtex_ui_method for NeoVim #2855

jdujava opened this issue Dec 22, 2023 · 1 comment
Labels

Comments

@jdujava
Copy link

jdujava commented Dec 22, 2023

Description

In NeoVim, <plug>(vimtex-env-change) uses different input method (it is probably legacy input prompt) compared to <plug>(vimtex-cmd-change) (which uses by default nvim popup menu).

Steps to reproduce

  1. nvim -u minimal.vim minimal.tex
  2. Keymap csc results in a popup menu (similarly K).
  3. Keymap cse results in a command-line input prompt.

Expected behavior

All input/select methods are by default consistent, so in NeoVim it is always popup menu.

Actual behavior

No response

Do you use a latexmkrc file?

not relevant

VimtexInfo

not relevant
@jdujava jdujava added the bug label Dec 22, 2023
@lervag
Copy link
Owner

lervag commented Dec 22, 2023

In NeoVim, <plug>(vimtex-env-change) uses different input method (it is probably legacy input prompt) compared to <plug>(vimtex-cmd-change) (which uses by default nvim popup menu).

Yes, I know. The reason is that cse has completion and I've not been able to add completion to the custom popup input box.

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

No branches or pull requests

2 participants