男生在宿舍都聊些什么?女生在宿舍都聊些什么?
百度 正如之前报道过的,NASA的确在草拟如何用核武器摧毁飞来的某颗小行星的计划。
Questions about the plugin vim-tex which provides enhanced TeX support for Vim.
92 questions
1
vote
1
answer
126
views
LazyVim: set keybinding for quotes in vimtex
This question flows from LaTeX plugin for editing in nvim where the question is what was recommended when we want to write "word" and then the environment would automatically convert it to ...
0
votes
0
answers
52
views
Zathura not opening hyperlinks in pdf when opened through vimtex
I am using zathura as default pdf viewer for vimtex in my neovim config. I have tried opening hyperlinks by typing f and 1 but it doesn't work. But, when opened the document manually from zathura and ...
1
vote
1
answer
101
views
Moving via text objects
Rather than moving by word (w or W), I would often like to move by text object (in particular, in VimTex, by LaTeX command, corresponding to the text object ac). Is there an easy way to do that?
Of ...
1
vote
0
answers
59
views
Omnicomplete not working in Vimtex
I am long time user of overleaf and I wanted to try vimtex. I am using ubuntu with WSL. It all works except I cannot use omnicomplete. I have some files that have labels, and a bibliography.
Now here ...
1
vote
1
answer
211
views
How to install VimTex on Neovim (NvChad) on Windows (not WSL)
Hi I’m trying to install VimTex in NvChad on Windows (not WSL), but I’m not sure what to do, the official Git page wasn’t of much help, and I’ve been stuck for hours.
I want to know what I must ...
0
votes
1
answer
344
views
How to hide keybinds in which-key.nvim depending on buffer type?
I have been refactoring my nvim setup. I manage my plugins with lazy.nvim. I have vimtex plugin, with following binds:
local wk = require"which-key"
wk.register({
l = {
name = &...
2
votes
3
answers
169
views
LaTeX with UltiSnips: How to automatically insert backslash in front of every math variable?
I use LaTeX inside Vim with Vim-tex and Ultisnips. The majority of my snippets are those created by Gilles Castel. In one of his snippets, he writes the following:
priority 200
context "math()&...
2
votes
2
answers
108
views
How can I jump outside the scope of LaTeX delimiters?
I want to define insert mode mappings that will jump outside the scope of any delimiter I'm in (forward/backward). Where "delimiter" is in the broad sense of LaTeX delimiters, so not only {},...
2
votes
0
answers
63
views
Apply listchars to concealed text by vimtex
I am writing LaTeX with vimtex conceal feature, and need to distinguish between the regular space U+0020 versus the non breaking space U+00A0. Here is a minimal example to reproduce the issue.
\...
1
vote
1
answer
103
views
VimTex is nonstop compiling if gnuplottex is used
I am using VimTex to write LaTex. I am trying to use gnuplottex in my documents, but get the problem that VimTex won't stop compiling the tex file. I am guessing that some gnuplot related files are ...
0
votes
1
answer
663
views
Deoplete + Vimtex with Lazy.nvim. Deoplete is not triggered
I tried to migrate fomr packer.nvim to lazy.nvim and I encounter problem with deoplete. With packer is triggered on every document and .tex files. With Lazy.nvim is not.
I appreciate any help!
Here is ...
0
votes
1
answer
205
views
Neovim slow while compiling LaTeX [closed]
When I compile a .tex file using vimtex it takes a hot second to compile.
Following this post I obtained the profile.log while compiling latex [given below is just the sorted part]
FUNCTIONS SORTED ...
1
vote
1
answer
178
views
Migrating from Latex-Suite to vimtex
So I've been using latex-suite for a few years, and I realised recently that vimtex has some nice features (especially the text objects). So I'm tempted to use that instead, but it would require me to ...
1
vote
1
answer
86
views
VimTeX omnicompletion for bibliography
Problem with builtin omnicompletion for bibliography. It works on main.tex, but not in the chapters.
This is the tree structure:
├── chapters
│?? ├── actors_behaviour.tex
│?? ├── analysis_acts.tex
│?? ...
2
votes
2
answers
2k
views
Conceal comments in Vim/Neovim
I am writing a lot of latex and would like to conceal comments.
There are often several lines of text that I comment but would like to keep/not delete.
Concealing comments explained: A comment is ...