blasco
blasco
It doesn't work with my setup, not sure what I'm doing wrong, but adding the plugging makes the nerdtree explorer to resize to a huge width the first time its...
Given the following text: f (a, b, c , d) if I want to change the 2nd previous argument I need to type " c2ila ", but isn't it more...
The parsing is done here: ``` let s:char1 = nr2char(getchar()) " If char1 is number update v:count1 and get next char if s:char1 =~# '^\d\+$' let s:parsedCount = s:char1 let...
Right now we can do "change 1,2,3 previous/next text object". Would it be possible to achieve an absolute reference instead of a relative one, so : "change 1st, 2nd, 3rd,...
I would love to use this functionality, it would be great if an example could be provided in the documentation. Thank you for the outstanding work!
### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request ``` It always shows...
The 'fn' motion works fine, but the 'Fn' motion seems to be broken. For some reason it moves the cursor to a different location when searching: If I'm for example...
There are t and T motions that take us to the character before the search, and there is an search-n motion. Is there a search-n motion that takes one character...
### Version info **Angular:** 13.0.0 **Firebase:** 9.4.1 **AngularFire:** 7.2.0 ### How to reproduce these conditions I'm using the new angular fire API and I see great improvements in comparison with...
I've created a venv in ~/projects/my_project/test_venv with: cd ~/projects/my_project python -m venv test_venv I've tried setting: python.venvFolders: ["/home/username/projects/my_project/test_venv"], python.venvPath: ["/home/username/projects/my_project/test_venv"], in my cocconfig. But when I run the coccommand python.setIntepreter,...