[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

k i'm finally learning C. What are the essential vim plugins?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 25
Thread images: 1

File: iOsCU77.jpg (221KB, 768x1024px) Image search: [Google]
iOsCU77.jpg
221KB, 768x1024px
k i'm finally learning C.

What are the essential vim plugins?
>>
>>60114509
Shut the fuck up, how about that plugin?
>>
>>60114516
s.. sorry
>>
/kill/yourself.git
>>
>>60114509
>vim
>plugins
What?
Just use a real IDE or some meme.js editor if you need plugins.
>>
C/C++ (ms-vscode.cpptools)
>>
>>60114509
also learning C.
when reading from pointers, do you guys copy its contents first and then access members via struct.member or are accessing members via struct->member?
t. student
>>
Cvim makes vim better than any ide
>>
>>60114777
Why do you want to copy the member (by accessing with ->) and not just use it with ->
>>
>>60114788
you mean the chrome extension?
>>
>>60114509
You don't really need one, just set filetype true and syntax true in your .vimrc and you are good to go
>>
>>60114509
Vundle/Dein/whatever vim package manager

YouCompleteMe <--- you absolutely need this
VimSurround
Quick-scope
Vim airline

Pick a colorscheme to your liking.
>>
>Vim

You are doing it wrong, just install the public domain MicroGnuEmacs and start coding right away, don't waste your time adding plugins to a shit editor.
>>
>>60115884
This

mg(1) a best
>>
What even is plugin?Never used them.
>>
acme
>>
>>60114743
When learning C, using a text editor only might actually be beneficial. It forces you to write everything, use a compiler and learn how to use it, create makefiles, use valgrind etc.
>>
>>60114777
Your question is weird. If you got

int variable = 5;
int *p_var = &variable;

you can just do
*variable
to access the value. If you want to modify it, it's the same shit.
For a structure, if the members of the structure are variables and you do a
Struct mystruct;
Struct *p_struct = &mystruct;

if the member is a simple int, just access it via
 p_struct->var;
no need to copy or this kind of shit.

Best thing is to create a .c file, and try a lot of things and see by yourself what works and what doesn't.
>>
YouCompleteMe
>>
>>60115794
Never understood how to get youcompleteme to work
>>
>>60114509
Just use Sublime.
>>
>>60114509
If you can't figure that out you shouldn't use vim
>>
if your learning a new language, why are you also choosing to learn the most unintuitive editor known to man at the same time

just use google drive notepad, it has a clipboard manager, find/replace, and syntax highlighting, all you really need
>>
>>60118553
this
syntastic won't hurt neither
>>
syntastic will save you a lot of time
git gutter if you're learning git too
Thread posts: 25
Thread images: 1


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.