I installed lunarvim(.org) and it gave me all the IDE things I needed + easy installation and configuration
this post was submitted on 23 Sep 2023
5 points (100.0% liked)
Neovim
2453 readers
2 users here now
founded 2 years ago
MODERATORS
I've been curious about neovim too, I'm planning on biting off too much with this little walkthrough:
https://vonheikemen.github.io/devlog/tools/build-your-first-lua-config-for-neovim/
Try Helix, it's another modal (terminal) editor, but it comes with what you'd expect from a usable text editor out of the box to work on software projects. No need to fight with a million plugins all designed independently.
Good choice, however the number of supported languages is limited to things with language server or treesitter support. Meaning languages without this, like asciidoc, is not supported and might never be
both of these things are pretty standard tbh, if a language doesn't even have treesitter grammar, its ecosystem is probably laking