So, I’ve been a Neovim user for a few years now. I started as most of you (I assume) with vim, and just kept on using and expanding that config file over the years.

I only recently realized there’s quite a split between the Vim and Neovim plugins and that the Neovim community is pushing Lua as a better development platform. From what I can see, some users are switching their configs from Vimscript to Lua. To be honest all I know about Lua is that it means moon in Portuguese…

Should I too? What would the advantages be? What would the disadvantages be? For those who did switch, why did you switch and what was your experience? For those who didn’t why did you not?

p.s. review (roast) my dotfiles

edit: thank you all for your input! I will consider slowly switching to lua by modifying only some parts of the config as some of you suggested.

  • @[email protected]
    link
    fedilink
    English
    41 year ago

    It should be noted that as long as you’re on Neovim you can still keep your VimScript plugins and your VimScript config and gradually start using Lua plugins and Lua scripting. You don’t need to do a complete rewrite over night.

    There’s no real downside to switching to Neovim. It’s basically a superset of Vim, only with better defaults and more capabilities that you can opt-in to if you’d like (Treesitter, native LSP client, Lua, etc.).

    • @[email protected]
      link
      fedilink
      English
      21 year ago

      Started out this way like a month ago and now am already modifying and writting simple plugins and I dont feel like any time was wasted… I think its the go to way if you are time constrained and still need to have modern vim plugin integration