257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square1041fedilinkarrow-up1351arrow-down114
arrow-up1337arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square1041fedilink
minus-squareSwiggles@lemmy.blahaj.zonelinkfedilinkarrow-up6·1 year agoJust copy some code over into a not properly configured vim. People seem to forget that not everything is a fully configured development environment working locally on your laptop which attempts to fix the issues introduced by that design decision.
minus-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up3arrow-down3·1 year agoI use (Neo)Vim and never had a problem with indentation. When pasting code, I can easily indent it to any level I want with the > operator.
minus-squareSwiggles@lemmy.blahaj.zonelinkfedilinkarrow-up4·1 year agoWhich actually breaks the code if you don’t have sw configured to the same width as used by the code. If anything that proves my point.
Just copy some code over into a not properly configured vim.
People seem to forget that not everything is a fully configured development environment working locally on your laptop which attempts to fix the issues introduced by that design decision.
I use (Neo)Vim and never had a problem with indentation. When pasting code, I can easily indent it to any level I want with the
>
operator.Which actually breaks the code if you don’t have sw configured to the same width as used by the code.
If anything that proves my point.