Size: a a a

2019 November 24

SA

Sergio Araujo in NeoVim
I've posted the above video because vim uses Regular Expressions extensively, though we know they differ a little bit depending of the program, but the general idea and power cause a huge impact in productivity.
источник
2019 November 30

AC

Abraão Carvalho in NeoVim
Help me
источник

F

Felipe in NeoVim
First, which Python version do you have installed?
источник

AC

Abraão Carvalho in NeoVim
3.8
источник

SA

Sergio Araujo in NeoVim
Are you using vim or neovim?
источник

AC

Abraão Carvalho in NeoVim
NeoVim
источник

SA

Sergio Araujo in NeoVim
источник

AC

Abraão Carvalho in NeoVim
Ok
источник
2019 December 01

AC

Abraão Carvalho in NeoVim
There is a plugin that I installed to program in python and is giving error, when I removed all is plugins and stopped the error and when reinstalled, hit to give error.
источник

SA

Sergio Araujo in NeoVim
Have you looked up on the pluguin specific page something related with this error? Try googling the error message between quotes to see if we get something that could help solving your issue.
источник

AC

Abraão Carvalho in NeoVim
this is the problem, I don't know which plugin is buggy
источник
2019 December 04

Y

Yggdroot in NeoVim
источник

Q(

QoBi BeN NuN (THiaGo NuNeS) in NeoVim
@SergioAraujo, don't you think it's time to shine on a vídeo plataform to teach (neo)vim to newbies like me?
источник

SA

Sergio Araujo in NeoVim
I think so!
источник

SA

Sergio Araujo in NeoVim
The only problem right now is time. But I am starting to think about it.
источник

Q(

QoBi BeN NuN (THiaGo NuNeS) in NeoVim
Sergio Araujo
The only problem right now is time. But I am starting to think about it.
Start flying low. Go slowly on writing your material, then when you think it is done you record the video.
источник

SA

Sergio Araujo in NeoVim
actually I have a HUGE file with many notes, let me share something of it with all of you
источник

Q(

QoBi BeN NuN (THiaGo NuNeS) in NeoVim
Sergio Araujo
actually I have a HUGE file with many notes, let me share something of it with all of you
Thanks.
источник

SA

Sergio Araujo in NeoVim
For example:

In my case reaching the "<space>" it is much easier thant reaching "/", so I have this mapping:

nnoremap <space> /
источник

SA

Sergio Araujo in NeoVim
when I press "n" for the next match on the search I waht the matched line to be on the middle of the screen, so:

nnoremap n nzz
nnoremap N Nzz
источник