mreppen

Results 6 issues of mreppen

### **Describe the bug** In TeX documents, the plugin is not working inside ``` \begin{document} ... \end{document ``` ### **To Reproduce** init.vim/vimrc: ``` call plug#begin('~/.local/share/nvim/plugged') Plug 'luochen1990/rainbow' call plug#end() set...

more description needed
config issue

In custom object desc (eg `c`), matching `\` requires entering `\\\\`. This is because of unescaping `\\` at the same time as `\,`. This fix simply avoids unescaping `\\`, so...

Short background: I have two inputs x₁ and x₂ and a label y = f₁(x₁) + f₂(x₂). The functions f₁ and f₂ are unknown and approximated by `f1nn` and `f2nn`....

enhancement
R&D

When importing numpy with an alias as ``` import numpy as np ``` writing `np.z` or similar does not offer auto completion. However, `numpy.z` does. This is not specific to...

Sway 1.5.1 - **Description:** - When running `exec` on an executable with a space in the path, i3 works with double-quoting, but sway does not. But Sway does work with...

i3-compat