Can you tell me the command to record a macro. The vim documentation is arcane at best. I know q like in regular vim has been remapped. qr give an error message. I found \qrX somewhere it also returns an error message.
You just gave the easiest most comprehensive tutorial for spacevim! Thank you man your awesome you managed to compile all the most important things you would otherwise be jumping all around the documentation for. Keep rocking and rolling you killing it !!
Very good demonstration. You could even enlarge your text and slow down on certain points. But you have really helped me launch SV and I do believe you can teach quite a bit more on the subject.
It's been a long time so I'm a bit rusty, but that stdio.h error at 4:23 means that your C standard library is not installed properly (or at all). It could probably be resolved by installing the dev-tools for your distribution. So sudo apt update sudo apt install build-essential
@@3six100 ok, for vimproc you may need base-devel to check this up. i didn't look at the plugin dir, so I went to pull vimproc from github and compile it.
This works kind of like a comment. You start by adding either @fixme, @question, @todo or @idea. Then you add something to that label that makes sense to you. Comment out that line and you're done! This is most useful when working with a team on a project, so you can communicate problems/ideas to your other teammates. Just use the keybinding SPC >a >o, as you described, to get access to all available "TODO's" in a given project. I've looked through SpaceVim's documentation on this feature, but nothing really pops up. It seems like a feature that's their, but not well documented...
Go into command mode and enter ":set ma" on the file you're working on. That should fix it! Source: stackoverflow.com/questions/5745506/vim-modifiable-is-off
If you wish to change the font of SpaceVim, go to the "init.toml" file and change the "11" in the following line to a "15": guifont = "mononoki Nerd Font:h11" Have a nice day!
Hey, I think he meant (sorry if I’m wrong) about the font size (zoom in/out) for this video. I had to switch from my tablet to computer for the second half to follow your configs. You gotta think of us “elderly” Vim enthusiasts. Great 👍 video btw. Thx.
Someone else mentioned that as well. I will zoom in with any future video that involves Vim or the terminal. Thanks for the feedback and sorry for the misunderstanding...
you are missing stdio.h which is part of c standar lib, try installing package build-essential if not try libc-devel. go back and type make. Im not linux mint fan sorry
SpaceVim author here, thank you for sharing!
dude how do to save a file with name, for the love of god cant figure it out
@@yolob2116 :w name
is it using neovim behind or it's a different ?
Can you tell me the command to record a macro. The vim documentation is arcane at best. I know q like in regular vim has been remapped. qr give an error message. I found \qrX somewhere it also returns an error message.
You just gave the easiest most comprehensive tutorial for spacevim! Thank you man your awesome you managed to compile all the most important things you would otherwise be jumping all around the documentation for. Keep rocking and rolling you killing it !!
It's sad how under rated some channels are.
Great Job!
Great tutorial on Spacevim! I'll be fun to see more on how to configure Spacevim as an IDE for different programming Languages.
Very good demonstration. You could even enlarge your text and slow down on certain points. But you have really helped me launch SV and I do believe you can teach quite a bit more on the subject.
great info, thank you
thank you for such a great tut.
thanks for the vid!
Good job bro 👍
it's helped me a lot
It's been a long time so I'm a bit rusty, but that stdio.h error at 4:23 means that your C standard library is not installed properly (or at all). It could probably be resolved by installing the dev-tools for your distribution. So
sudo apt update
sudo apt install build-essential
Thank you!
your video was very helpful bro
Thank you!!
Thanks
somehow my icons wont load
How should I install a C intellisense? Please help!!!
I have been searching for what seems like forever for the command to record a macro in spacevim. Can anybody help?
do you have build-essentials package installed,?
No, I'm on Arch Linux. While there is a similar program called "base-devel", I just used "curl" to install SpaceVim.
@@3six100 ok, for vimproc you may need base-devel to check this up. i didn't look at the plugin dir, so I went to pull vimproc from github and compile it.
Smart thinking! I guess their are multiple ways to fix that annoying error message!
How to setup wakatime with SpaceVim, struggling here...
I have no idea how to use the TODO manager it's under SCP > a > o
This works kind of like a comment. You start by adding either @fixme, @question, @todo or @idea. Then you add something to that label that makes sense to you. Comment out that line and you're done! This is most useful when working with a team on a project, so you can communicate problems/ideas to your other teammates. Just use the keybinding SPC >a >o, as you described, to get access to all available "TODO's" in a given project.
I've looked through SpaceVim's documentation on this feature, but nothing really pops up. It seems like a feature that's their, but not well documented...
@@3six100 I'm doing something wrong I'm getting this error E21: Cannot make changes, 'Modifiable' is off
Go into command mode and enter ":set ma" on the file you're working on. That should fix it!
Source: stackoverflow.com/questions/5745506/vim-modifiable-is-off
@@3six100 Ok tx its working in the spacevim projects but not in my own php project folder . do yo know if a file or something i must copy over ?
It only works when you're in a "git" directory. I have a video on how to use "git" here: ruclips.net/video/kvjmcUjlFw0/видео.html
Seeing him using Linux Mint: Oh!! A noob.
Then start using a tiling wm: Well, forget it!!
Bro chosing a distro of choice doesn't mean someone is a noob or pro. It depends on how the person uses it
Yeah. I use arch and I consider myself a super noob
make font size bigger!!!
I will make the terminal font bigger in ALL upcoming videos that involve the terminal. Sorry for the inconvenience...
@@3six100 don't worry, I didn't want to be mean
You're fine! I've just been slacking when it comes to zooming in the terminal...
Font too small. it hurts my eyes. Please use 15pt -mark as dislike
If you wish to change the font of SpaceVim, go to the "init.toml" file and change the "11" in the following line to a "15": guifont = "mononoki Nerd Font:h11"
Have a nice day!
Hey, I think he meant (sorry if I’m wrong) about the font size (zoom in/out) for this video. I had to switch from my tablet to computer for the second half to follow your configs. You gotta think of us “elderly” Vim enthusiasts. Great 👍 video btw. Thx.
I was referring to text size in the video -- its microscopic -- unviewable on tablets, TV.
Someone else mentioned that as well. I will zoom in with any future video that involves Vim or the terminal. Thanks for the feedback and sorry for the misunderstanding...
you are missing stdio.h which is part of c standar lib, try installing package build-essential if not try libc-devel. go back and type make. Im not linux mint fan sorry
Thank you!!