• Swiggles@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    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.

    • xigoi@lemmy.sdf.org
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      10 months ago

      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.

      • Swiggles@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        4
        ·
        10 months ago

        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.