Juan Marinero
Juan Marinero
> i use this answer ubuntu 18.04 and work > https://stackoverflow.com/a/53717874/9781506 Thx! It also works on Ubuntu 14.04. Note: I pre installed global, local and dev: ``` sudo npm i...
Same issue here, help please! Vim 9.0 with Python 3.10.0 (`:pythonx import sys; print(sys.version)` Ubuntu 22.04.1 OS python3 points to Python 3.10.6 Python-venv 3.10.6 (same for QT and py file)...
Hi @wmvanvliet , thanks for your time and suggestion! Sadly with that code I get same `_posixsubprocess`: ``` Traceback (most recent call last): File "/usr/lib/python3.10/subprocess.py", line 69, in import msvcrt...
Thanks for the help! Error persists: - I have [always] pointed Vim to use the py-venv, since in same terminal I 1st activate the venv and then ran the `vim...
Related to jumps, and therefore I think in this issue is ok: I propose to add further related links in plugin-in docu. - Basic knowledge: [cursorline vs cursorcolumn](https://vim.fandom.com/wiki/Highlight_current_line) - [Vim...
Hi @inside , I'm glad you find it a good proposal. I am stating with VIM, with vimscript I am mostly "try and failure" hehe. I mean, if I pull...
Anyway, it's not vital upgrade, so if anyone interested can just copy following code to ~/.vimrc. Notes of following code: - it's adapted for spanish keyboard, where backtick (`) takes...
Sorry for miss-match issue-topic, but in previous comment I said folding and Plug-Pulse are NO match, I think I was wrong, and the solution could be like this (I just...
To install: https://vimawesome.com/plugin/json-vim With _VimPlug_ works. Maybe another plugin interacts, just comment all other Plugin in `~/.vimrc` and source it. If then _vim-json_ works, uncomment little by little till you...
Same here. Till not activated the virtual environment (through [vim-virtualenv](https://github.com/jmcantrell/vim-virtualenv)) I got error `Not a test file`. As soon as activated, all it's fine. Even with **unittest**, which is global...