Hi fellow vimmers (and neo-vimmers).

Since “The Great Reddit Rebellion” I’ve found myself not wanting to go back to Reddit, together with Twitter blocking anonymous scrolling it was the push I needed to finally move to the Fediverse and get rid of corporate social media.

After a few days of being a nomad and trying different instances I found SDF and immediately felt home (I even opened a shell and became an ARPA member).

I am posting this here as I’m an avid (neo-)vimmer myself and the author of a few neovim lua plugins.

Something which irked me a bit on Reddit is the animosity between the vim and neovim subs, doesn’t make a lot of sense IMHO given we’re already a very small and niche community.

Would really love to see this place flourish and become the new home to both vim and neovim reddit refugees.

Content is important, I’m gonna try to do my part, in the meantime I’ve attached a link to a fairly popular vim cheatsheet, being the author I’m a bit biased but it’s pretty pretty good :)

To a decentralized, non-commercial internet, cheers!

  • rattboi@lemmy.one
    link
    fedilink
    arrow-up
    10
    ·
    1 year ago

    I still haven’t really tried neovim and have just stuck with vim classic. I think it’s because I can assume classic vim will be installed on any remote systems I need to work on, and this isn’t true for neovim, unfortunately. I suppose if I really leaned in to learn core vi things, it wouldn’t matter, but I have my vim plugins and dotfiles that are a git clone away on any system, and I guess I got lazy.

    I’ve tried to use vim-likes in the past, specifically spacemacs with evil-mode, and ran into enough goofy problems that it scared me back to vim.

    Seeing this, though, maybe I’ll take the jump. For sure would be more comfortable hacking together things in Lua over vimscript or vim8script.

    • bhagwan@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      You can always start by using your existing vimL config with neovim as it is compatible (plugins included) and then slowly convert your config to lua, which I can’t recommend enough, IMHO it’s a much better language and the lua plug-in ecosystem is amazing, aside from fugitive all my plugins are lua native and they are much better and more modern than their vimscript counterparts.

  • milicent_bystandr@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    1 year ago

    the animosity between the vim and neovim subs

    I mean, can we really be truly human without pointless flame wars?

    WHATEVER SOFTWARE YOU USE SUCKS! ONLY THE SOFTWARE I USE MAKES A PERSON A VALUABLE HUMAN! AAARRRGGGHHHhhhh…

    P.S. https://xkcd.com/378

    P.P.S. I object to the characterisation of vim as a small community. In my mind, which is obviously correct, vim is basically the ubiquitous text editor, and a few niche users use other editors.

    P.P.P.S. thanks for the cheat sheet

    • bhagwan@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      P.P.S. I object to the characterisation of vim as a small community. In my mind, which is obviously correct, vim is basically the ubiquitous text editor, and a few niche users use other editors.

      I agree, perhaps better wording was in order, vim is very ubiquitous but people using vim/neovim as their daily driver and are enthusiastic enough to join communities and discussions about the subject, based on my anecdotal experience, are a small subset and somewhat “niche”.

  • pngwen@lemmy.sdf.org
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Honestly, I had never heard of neovim until I read your post. I think I will take it for a spinas lua extensibility appeals to me quite a bit. Thank you for mentioning it!