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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.