Hacker News new | ask | show | jobs
by alwillis 1365 days ago
The Neovim API is more fully baked now than it was.

I went through the same thing back in the day… now it’s a breeze and I’ve never coded in Lua before. Part of the problem was different users suggesting different things.

"Build your first Neovim configuration in lua” is a good introduction [1].

[1]: https://vonheikemen.github.io/devlog/tools/build-your-first-...