-
https://github.com/user-attachments/assets/ab48b59e-f21f-4f5a-b614-b23131f3a1c4
-
### Description
If I open a neovim session, load a .tex file and compile it, (with default `ll` ) it gets compiled and viewed, but synctex doesn't work (no backward or forward search).
If I run…
-
**Is your feature request related to a problem? Please describe it.**
Currently, `VimtexInverseSearch` only supports passing line and file. It would be nice if it support column as well.
That sa…
-
```
NVIM v0.10.0
Build type: RelWithDebInfo
LuaJIT 2.1.1713484068
```
By updating Which-key to version https://github.com/folke/which-key.nvim/commit/b55a568ae69724e334aec3ef291ea4e1768ba47a an…
-
Hello.
I'm not sure what I'm doing wrong with the installation. Could you please help me out? :)
What I did:
1. Clone repository
2. `cd repository && make install`
3. Add "pyls_isort": {
…
-
I've just installed all the pluggins and they works just fine. However, the completion just add the words but no parenthesis at the end of a function for example.
Here is the .vimrc and I use vim …
-
Related to #2964
Right delimiter `\right)` missing after conceal
this code:
```lua
= \left(
...
+ c_1\,(
e^{-x^2}
\,(-2\,x)
)
\right)
```
is being concealed into
```lua
=…
-
### Description
I only have one file I am trying to compile with `\ll`.
When i do this I receive this error:
> compilation error due to failed main file detection
### Steps to reproduce
`…
-
### **Describe the bug**
I code some python codes in the codeblock of markdown. But the rainbow plugin did not work in the area.
### **To Reproduce**
1. create a test.md
2. code some python cod…
-
**Is your feature request related something that is currently hard to do? Please describe.**
Suppose a user downloads a plugin called "better tex" which replaces vim's built-in .tex filetype handling…