So, the voices are obnoxious. They constantly badger me about what I’m doing wrong in life, and I don’t know how to handle it. So many voices doing what they do best, annoy me. To no end. They argue with each other. The constant nagging can be annoying at times. I don’t know what to do about any of this. Damn voices always doing whatever they want to do! I end up suffering from it all. Damn voices. If I didn’t have voices going off in my head? I think I would be better off. So many thoughts come and go in my head at times, I can’t tell where they’re coming from. Is it the devil that’s talking to me? Is it God? I doubt God would want to be messing with me like this…but he did create me the way I am? So I’m not sure about any of that. When the voices tell me to do things? Things I don’t want to do? Yeah, that’s when they tend to come in fighting. I don’t have a way of making them stop. I don’t have a way of making them go away. Maybe I need more medication? I wish I had an answer to al...
So I wanted to find a way to make vim do a hard line wrap so it would be in nice chunks when I type without having to do hard wrapping myself. Well, here’s how that’s accomplished:
" Set the maximum width of text to 80 characters
set textwidth=80
" Optional: visual indicator for the 80th column
set colorcolumn=80
" formatoptions settings:
" t: Auto-wrap text using textwidth
" c: Auto-wrap comments using textwidth
" q: Allow formatting of comments with "gq"
set formatoptions+=tcq
I allowed AI to generate it for me, let’s face it, I was too lazy to try and google it for myself. AI can be useful for some things I suppose. AI isn’t out for everyone’s job, that’s just a myth. It’s a tool that can be used from time to time to accomplish small tasks.
And for me? This was the perfect task that I needed it to accomplish.
Comments
Post a Comment