• jack
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    9 months ago

    Vim is a pain to configure

    • expr@programming.dev
      link
      fedilink
      arrow-up
      6
      ·
      9 months ago

      Vim has vim9 script now which is very similar to common scripting languages like Typescript.

      Vim also doesn’t need tons of configuration.

    • The Cuuuuube@beehaw.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      I’m going to give what I’ve realized newer folks to Vim think is a scorching hot take: VimL is nice. Theyre the same editor commands you use in your day to day life, even if you’re using NeoVim + Lua, just all written out in a file.

      That said, using NeoVim + Lua makes it far easier to organize your config, which also makes it easier to write more complex configs. It’s like the difference between building a shed around back for your home office vs building a cathedral. Its fine to work in a shed, but once you know you can build a cathedral, you’re kinda tempted to just up and do it

    • Cyborganism@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      At first maybe. But when you get your vim config well honed over time you’re good. Plus there’s things like pathogen or other frameworks to add plugins and stuff.