Does vimtex support this type completition? #3152
|
For each command, a placeholder is placed at each argument, and I can jump to the next arg pressing tab. For example, the above picture is what vscode do. With vimtex and nvim-cmp, I can only get auto completition of the command itself, with no argument information. Is something wrong with my configuration, or should I write a snippet for each command? |
Answered by
lervag
Apr 17, 2025
Replies: 1 comment 2 replies
|
I'm sorry, but no - VimTeX only provides simple command completion without any form of snippet support. You might want to checkout texlab, though - it's a language server for latex that will work well alongside VimTeX. You can use it for completion instead of VimTeX - I think it may be as good or better even. |
2 replies
Answer selected by
lervag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I'm sorry, but no - VimTeX only provides simple command completion without any form of snippet support. You might want to checkout texlab, though - it's a language server for latex that will work well alongside VimTeX. You can use it for completion instead of VimTeX - I think it may be as good or better even.